Parcourir la source

delete debug log

utsushiiro il y a 7 ans
Parent
commit
4f7b59e1e6
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      src/client/js/components/PageEditor/HandsontableModal.jsx

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

@@ -139,12 +139,6 @@ export default class HandsontableModal extends React.PureComponent {
   }
   }
 
 
   afterLoadDataHandler(initialLoad) {
   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
     // clear 'manuallyResizedColumnIndicesSet' for the first loading
     if (initialLoad) {
     if (initialLoad) {
       this.manuallyResizedColumnIndicesSet.clear();
       this.manuallyResizedColumnIndicesSet.clear();