From e9a641cac0879af5ddb857c46b1e0959eeab14f2 Mon Sep 17 00:00:00 2001 From: luckrnx09 Date: Fri, 24 Nov 2023 20:07:20 +0800 Subject: [PATCH] remove console.log --- src/pages/script/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 6e2f50d3..a459f380 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -136,7 +136,6 @@ const Script = () => { (keys: Key[], e: any) => { const node = e.node; if (node.key === select && isEditing) { - console.log('do nothing'); return; } const content = editorRef.current