Skip to content

Commit

Permalink
Disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stalengd committed Sep 18, 2024
1 parent 3eda7d6 commit 233e8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public sealed class RoundEndSummaryUIController : UIController,
[Dependency] private readonly IInputManager _input = default!;
[Dependency] private readonly IConfigurationManager _configurationManager = default!;

private const bool IS_DEBUG_MODE = true; // ALWAYS turn this off when pushing to repo
private const bool IS_DEBUG_MODE = false; // ALWAYS turn this off when pushing to repo

private RoundEndSummaryWindow? _window;
private RoundEndTitlesWindow? _titles;
Expand Down

0 comments on commit 233e8ef

Please sign in to comment.