Skip to content

Commit

Permalink
BOTCH.debugMode=false by default #31
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Sep 7, 2020
1 parent 7566630 commit d3c45e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/botch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Scratch3Botch {
}

constructor (runtime) {
this.debugMode = true;
this.debugMode = false;
this.runtime = runtime;
this.storage = this.runtime.storage;
// map that contains the organism <id, org> or enemies
Expand Down

0 comments on commit d3c45e7

Please sign in to comment.