Skip to content

Commit

Permalink
add debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed Oct 21, 2021
1 parent ff28593 commit b84ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/code/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GNU General Public License v3.0
///////////////////////
// debug mode
///////////////////////
debugMode = true;
debugMode = false;
function debug(...args) {if (debugMode) {console.debug(...args);}}

///////////////////////
Expand Down

0 comments on commit b84ef08

Please sign in to comment.