xunjianxiang 8 лет назад
Родитель
Сommit
9fc44ab501
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      static/js/editor.js

+ 0 - 1
static/js/editor.js

@@ -135,7 +135,6 @@ function pushDocumentCategory($node) {
         if(item.id === $node.id){
 
             window.documentCategory[index] = $node;
-            console.log( window.documentCategory[index]);
             return;
         }
     }