chriseth
10 years ago
3 changed files with 25 additions and 10 deletions
@ -1,11 +1,4 @@ |
|||||
console = {}; |
|
||||
console.log = function () { |
|
||||
}; |
|
||||
console.warn = function () { |
|
||||
}; |
|
||||
console.error = function () { |
|
||||
}; |
|
||||
|
|
||||
setTimeout = function () { |
setTimeout = function () { |
||||
|
console.error("setTimeout not available in this environment."); |
||||
}; |
}; |
||||
|
|
||||
|
Loading…
Reference in new issue