Configurating Console.log

This commit is contained in:
Nathan Leniz
2015-01-20 00:36:14 -05:00
parent 4755bfcb56
commit cc3fa8e5f7
3 changed files with 50 additions and 56 deletions

View File

@@ -42,8 +42,6 @@ var runHidden = function(code) {
var onoffline = null;
var ononline = null;
var importScripts = null;
var console = null;
var application = null;
return eval(code);
}