Răsfoiți Sursa

delete debug log

utsushiiro 7 ani în urmă
părinte
comite
4f7b59e1e6

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

@@ -139,12 +139,6 @@ export default class HandsontableModal extends React.PureComponent {
   }
 
   afterLoadDataHandler(initialLoad) {
-
-    // FIXME: These two differ after moving the column. Why?
-    if (this.refs.hotTable) {
-      console.log(this.refs.hotTable.hotInstance.getData());
-      console.log(this.state.markdownTable.table);
-    }
     // clear 'manuallyResizedColumnIndicesSet' for the first loading
     if (initialLoad) {
       this.manuallyResizedColumnIndicesSet.clear();