From e74d1fa55708b2c2841238c8692f0d3128f89f1b Mon Sep 17 00:00:00 2001 From: chrox Date: Mon, 2 Mar 2015 17:24:35 +0800 Subject: [PATCH] turn off debug in unit test --- spec/unit/httpclient_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/httpclient_spec.lua b/spec/unit/httpclient_spec.lua index ff02c7a89..bffb1091c 100644 --- a/spec/unit/httpclient_spec.lua +++ b/spec/unit/httpclient_spec.lua @@ -2,7 +2,7 @@ require("commonrequire") local UIManager = require("ui/uimanager") local HTTPClient = require("httpclient") local DEBUG = require("dbg") -DEBUG:turnOn() +--DEBUG:turnOn() describe("HTTP client module", function() local requests = 0