ryohek 5 лет назад
Родитель
Сommit
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();
     ).normalizeCells();
 
 
     if (this.props.onSave != null) {
     if (this.props.onSave != null) {
-      console.log(markdownTable);
       this.props.onSave(markdownTable);
       this.props.onSave(markdownTable);
     }
     }