Skip to content

Commit

Permalink
removing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcher committed May 19, 2010
1 parent 8f4e4d2 commit f3fc38d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/qunit.env.js
Expand Up @@ -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);
Expand Down

0 comments on commit f3fc38d

Please sign in to comment.