diff --git a/src/core/tags/SystemPanelTag.ts b/src/core/tags/SystemPanelTag.ts index e1138f7..52d9be4 100644 --- a/src/core/tags/SystemPanelTag.ts +++ b/src/core/tags/SystemPanelTag.ts @@ -438,7 +438,6 @@ namespace OS { const systray = this.refs.systray as GUI.tag.ButtonTag; (this.refs.osmenu as ButtonTag).set(this._osmenu); this._cb = (e) => { - console.log("Clicked"); if ( !$(e.target).closest($(this.refs.overlay)).length && !$(e.target).closest(this.refs.osmenu).length