Remove debugger line

This commit is contained in:
PeekabooSteam
2023-10-04 20:11:55 +01:00
parent f7b3e5bf77
commit fc835eaba7
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export class ControlTipsPlugin implements OlympusPlugin {
initialize(app: any) {
this.#app = app;
debugger;
this.#shortcutManager = this.#app.getShortcutManager();
this.#shortcutManager.onKeyDown(() => {