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:
parent
2502beb5df
commit
38aa9551f7
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue