kaori 3 سال پیش
والد
کامیت
d8fc3c8b85
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

+ 0 - 1
packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

@@ -569,7 +569,6 @@ class CodeMirrorEditor extends AbstractEditor {
   }
 
   changeHandler(editor, data, value) {
-    console.log('aaa', editor);
     if (this.props.onChange != null) {
       const isClean = data.origin == null || editor.isClean();
       this.props.onChange(value, isClean);