Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Murakumo-JP committed Nov 19, 2024
1 parent 79f1d98 commit 843fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function WarningFunctions() {
}
WarningFunctions();
// Debug
let DebugEnabled = true;
let DebugEnabled = false;

function DebugFunctions() {
if (!DebugEnabled) return;
Expand Down

0 comments on commit 843fa2a

Please sign in to comment.