This commit is contained in:
jomo 2015-02-21 21:17:57 +01:00
parent 1840ea6fd7
commit e2d038f78c

View File

@ -15,7 +15,7 @@ var request = require("request");
config.http_timeout *= 3; config.http_timeout *= 3;
// no spam // no spam
if (!process.env.VERBOSE_TEST !== "true") { if (process.env.VERBOSE_TEST !== "true") {
logging.log = function() {}; logging.log = function() {};
} }