xunjianxiang преди 8 години
родител
ревизия
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;
         }
     }