Merge pull request #272 from jviereck/fixes

Set DEBUG to false in state_handler.js again
This commit is contained in:
Fabian Jakobs 2011-05-27 00:48:18 -07:00
commit 75c73ece6e

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