浏览代码

removed debug

isundil 8 年之前
父节点
当前提交
66cb7f0b8b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      srv/src/message.js

+ 0 - 1
srv/src/message.js

@@ -250,7 +250,6 @@ RoomHistory.prototype.cleanOld = function(t) {
             }
         }
     }
-    console.log("Remaining after clean: " +this.messages.length +' messages');
 };
 
 RoomHistory.prototype.lastMessage = function() {