Browse Source

removed debug

isundil 8 năm trước cách đây
mục cha
commit
66cb7f0b8b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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() {