From 773088d070113749b438c69799e8844fec50bb5f Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 27 Dec 2022 10:58:32 -0800 Subject: [PATCH] remove debug --- src/main.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index ab535817..17d30f0d 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1759,7 +1759,6 @@ class CmdInput extends React.Component<{}, {}> { } componentDidMount() { - console.log("cmd-input mount", this.cmdInputRef); let elem = this.cmdInputRef.current; if (elem == null) { return;