Set DEBUG to false in state_handler.js again
This commit is contained in:
parent
b17382fd17
commit
6a7ed1e6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ define(function(require, exports, module) {
|
|||
|
||||
// If you're developing a new keymapping and want to get an idea what's going
|
||||
// on, then enable debugging.
|
||||
var DEBUG = true;
|
||||
var DEBUG = false;
|
||||
|
||||
function StateHandler(keymapping) {
|
||||
this.keymapping = this.$buildKeymappingRegex(keymapping);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue