Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cywang90 committed Feb 21, 2021
1 parent 8b4e32a commit 09f9320
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ class WT_VFRMapPanel extends HTMLElement {
}

connectedCallback() {
Include.addScript("/JS/debug.js", function () {
g_modDebugMgr.AddConsole(null);
});

this._panel = document.querySelector(`#${WT_VFRMapPanel.FRAME_ID}`);
this._loadModConfig();
this._waitUntilReady().then(this._doInit.bind(this));
Expand Down

0 comments on commit 09f9320

Please sign in to comment.