utsushiiro 7 лет назад
Родитель
Сommit
4f7b59e1e6
1 измененных файлов с 0 добавлено и 6 удалено
  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) {
-
-    // 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();