Shun Miyazawa 2 лет назад
Родитель
Сommit
a114a8aaf3
1 измененных файлов с 0 добавлено и 1 удалено
  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);
     }