turn off debug in unit test by default

Uncommnet the `DEBUG:turnOn()` line to turn it on.
pull/1270/head
chrox 10 years ago
parent 9b37c5b2ee
commit 08dff3a158

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

Loading…
Cancel
Save