Yuki Takei hace 2 años
padre
commit
ae19aa5a94
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/editor/src/stores/codemirror-editor.ts

+ 0 - 2
packages/editor/src/stores/codemirror-editor.ts

@@ -45,8 +45,6 @@ export const useCodeMirrorEditorIsolated = (
 
   if (shouldUpdate) {
     ref.current = newData;
-    // eslint-disable-next-line no-console
-    console.info('Initializing codemirror for main');
   }
 
   return useSWRStatic(swrKey, shouldUpdate ? newData : undefined);