Skip to content

Commit

Permalink
disable debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mad committed Nov 7, 2018
1 parent d6c7da9 commit fb00656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class MightyChargingJuggernaut
internal static string ModDirectory;

// BEN: Debug (0: nothing, 1: errors, 2:all)
internal static int DebugLevel = 2;
internal static int DebugLevel = 1;

public static void Init(string directory, string settingsJSON)
{
Expand Down

0 comments on commit fb00656

Please sign in to comment.