Set DEBUG to false in state_handler.js again

This commit is contained in:
Julian Viereck 2011-05-24 18:56:29 +02:00
commit 6a7ed1e6b8

View file

@ -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);