turn off debug in unit test by default

Uncommnet the `DEBUG:turnOn()` line to turn it on.
This commit is contained in:
chrox
2014-11-27 10:45:46 +08:00
parent 9b37c5b2ee
commit 08dff3a158

View File

@@ -20,4 +20,4 @@ Input.dummy = true
-- turn on debug
local DEBUG = require("dbg")
DEBUG:turnOn()
--DEBUG:turnOn()