diff --git a/components/HooksEditor.tsx b/components/HooksEditor.tsx index 3d15f1a..522cc49 100644 --- a/components/HooksEditor.tsx +++ b/components/HooksEditor.tsx @@ -29,7 +29,6 @@ loader.config({ const validateWritability = (editor: monaco.editor.IStandaloneCodeEditor) => { const currPath = editor.getModel()?.uri.path; - console.log(currPath) if (apiHeaderFiles.find(h => currPath?.endsWith(h))) { editor.updateOptions({ readOnly: true }); } else {