remove debug

This commit is contained in:
sawka
2022-12-27 10:58:32 -08:00
parent 465ff194e2
commit 773088d070
-1
View File
@@ -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;