Kaynağa Gözat

rm debug logger

Shun Miyazawa 2 yıl önce
ebeveyn
işleme
a114a8aaf3

+ 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);
     }