1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

change: enable result stacktraces in release mode

This commit is contained in:
Octol1ttle 2024-05-13 17:47:38 +05:00
parent 2502beb5df
commit 38aa9551f7
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -21,7 +21,6 @@ public static class ResultExtensions
return casted;
}
[Conditional("DEBUG")]
private static void LogResultStackTrace(Result result)
{
if (Octobot.StaticLogger is null || result.IsSuccess)