Explorar el Código

rm debug logger

Shun Miyazawa hace 2 años
padre
commit
a114a8aaf3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/app/src/server/service/yjs-connection-manager.ts

+ 0 - 1
apps/app/src/server/service/yjs-connection-manager.ts

@@ -51,7 +51,6 @@ class YjsConnectionManager {
     const currentCodeMirrorText = currentYdoc.getText('codemirror').toString();
 
     if (persistedCodeMirrorText === '' && currentCodeMirrorText === '') {
-      console.log('はいるよ', initialValue);
       currentYdoc.getText('codemirror').insert(0, initialValue);
     }