diff --git a/src/main.tsx b/src/main.tsx index ab5358171..17d30f0d5 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;