From 684ee20a033742bfc1c0dc6612a5f4e3bc825eb8 Mon Sep 17 00:00:00 2001 From: Akhileshrangani4 Date: Sun, 27 Oct 2024 14:17:31 -0400 Subject: [PATCH] chore: removing unnecessary code --- frontend/components/editor/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/components/editor/index.tsx b/frontend/components/editor/index.tsx index b426f9c..45fb556 100644 --- a/frontend/components/editor/index.tsx +++ b/frontend/components/editor/index.tsx @@ -107,7 +107,6 @@ export default function CodeEditor({ // Editor state const [editorLanguage, setEditorLanguage] = useState("plaintext") - console.log("editor language: ", editorLanguage) const [cursorLine, setCursorLine] = useState(0) const [editorRef, setEditorRef] = useState()