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