ryohek 5 ani în urmă
părinte
comite
6930a03cd0

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