浏览代码

删除 log

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;
         }
     }