Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -5188,8 +5188,6 @@ if (DEBUGGER) {
|
|||
*/
|
||||
web.onInit(Debugger.init);
|
||||
|
||||
if (typeof APP_PCJS !== 'undefined') APP_PCJS.Debugger = Debugger;
|
||||
|
||||
} // endif DEBUGGER
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = Debugger;
|
||||
|
|
|
|||
Loading…
Reference in a new issue