chore: removing unnecessary code
This commit is contained in:
parent
b48b08a274
commit
7f6e2bf62d
@ -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<monaco.editor.IStandaloneCodeEditor>()
|
||||
|
Loading…
x
Reference in New Issue
Block a user