From 08dff3a1582f0abed61367c5991b922cefb0aa31 Mon Sep 17 00:00:00 2001 From: chrox Date: Thu, 27 Nov 2014 10:45:46 +0800 Subject: [PATCH] turn off debug in unit test by default Uncommnet the `DEBUG:turnOn()` line to turn it on. --- spec/unit/commonrequire.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/commonrequire.lua b/spec/unit/commonrequire.lua index d961671f2..e9aedbf65 100644 --- a/spec/unit/commonrequire.lua +++ b/spec/unit/commonrequire.lua @@ -20,4 +20,4 @@ Input.dummy = true -- turn on debug local DEBUG = require("dbg") -DEBUG:turnOn() +--DEBUG:turnOn()