Skip to content

Commit

Permalink
Remove at least some of the logspam
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Sep 5, 2023
1 parent 2fea3fd commit 954bef9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/ROLib/Utils/ROLLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ namespace ROLib
{
public static class ROLLog
{
#if DEBUG
public static readonly bool debugMode = true;
#else
public static readonly bool debugMode = false;
#endif

public static void stacktrace()
{
Expand Down

0 comments on commit 954bef9

Please sign in to comment.