Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Jul 31, 2024
1 parent 21669ee commit 2c32b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomModels/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static void Swap<T>(ref T lhs, ref T rhs) {
rhs = temp;
}

private static readonly bool debug = false;
private static readonly bool debug = true;
private static void Debug(string format, object arg0, object arg1, object arg2) {
if (!debug) return;
Logger.Log(LogType.Debug, format, arg0, arg1, arg2);
Expand Down

0 comments on commit 2c32b38

Please sign in to comment.