Browse Source

删除 log

xunjianxiang 8 years ago
parent
commit
9fc44ab501
1 changed files with 0 additions and 1 deletions
  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;
         }
     }