From f3fc38d1115731cac5073569845d9d630b68637f Mon Sep 17 00:00:00 2001 From: thatcher Date: Tue, 18 May 2010 20:50:43 -0400 Subject: [PATCH] removing log statement --- plugins/qunit.env.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/qunit.env.js b/plugins/qunit.env.js index 17501144..4db444db 100644 --- a/plugins/qunit.env.js +++ b/plugins/qunit.env.js @@ -92,7 +92,6 @@ Envjs({ q$ = _config.Test.push; _config.Test.push = function(){ try{ - console.log('blah'); console.log("[%s] %s", arguments[0][0], arguments[0][1]); }catch(e){ console.log("[error] %s", e);