turned off debug

This commit is contained in:
LucidCrux
2013-07-27 17:22:25 -06:00
parent 6561e88f9f
commit f704a2137f
+2 -2
View File
@@ -63,8 +63,8 @@ var Engine = {
options: { options: {
state: null, state: null,
debug: true, debug: false,
log: true log: false
}, },
init: function(options) { init: function(options) {