Removed some dead code
This commit is contained in:
parent
08261fa568
commit
c722a8ec16
3 changed files with 34 additions and 29 deletions
|
|
@ -43,4 +43,4 @@
|
|||
* I would still like to skip loading debugger.js altogether. To do that, we must arrange for this additional file,
|
||||
* nodebugger.js, to be loaded as early as possible, which explicitly UPDATES the value of DEBUGGER to false.
|
||||
*/
|
||||
DEBUGGER = false;
|
||||
var DEBUGGER = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue