From af32c8f6f3045092fcbdf5609b021a3fc16d8e15 Mon Sep 17 00:00:00 2001 From: Red Adaya Date: Wed, 1 May 2024 09:22:46 +0800 Subject: [PATCH] remove debugging code --- src/models/input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/input.ts b/src/models/input.ts index d7eabe4a7..9f1978da7 100644 --- a/src/models/input.ts +++ b/src/models/input.ts @@ -142,7 +142,6 @@ class InputModel { giveFocus(): void { // Override active view to the main input if aux view does not have focus const activeAuxView = this.getAuxViewFocus() ? this.getActiveAuxView() : null; - console.log("activeAuxView", activeAuxView); mobx.action(() => { switch (activeAuxView) { case appconst.InputAuxView_History: {