Skip to content

Commit 352779e

Browse files
committed
chore: remove console.log (#523)
1 parent 1781474 commit 352779e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/components/TextArea/Textarea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export default function Textarea(props: TextAreaProps) {
4141

4242
const onKeyDown = (e: KeyboardEvent | React.KeyboardEvent<HTMLTextAreaElement>) => {
4343
handleKeyDown(e, tabSize, defaultTabEnable);
44-
console.log('otherStore:', otherStore);
4544
shortcuts(e, [...(commands || []), ...(extraCommands || [])], executeRef.current, dispatch, statesRef.current);
4645
};
4746
useEffect(() => {

0 commit comments

Comments
 (0)