ryohek 5 سال پیش
والد
کامیت
6930a03cd0
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/client/js/components/PageEditor/HandsontableModal.jsx

+ 0 - 1
src/client/js/components/PageEditor/HandsontableModal.jsx

@@ -161,7 +161,6 @@ export default class HandsontableModal extends React.PureComponent {
     ).normalizeCells();
 
     if (this.props.onSave != null) {
-      console.log(markdownTable);
       this.props.onSave(markdownTable);
     }