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: {
state: null,
debug: true,
log: true
debug: false,
log: false
},
init: function(options) {