Browse Source

removed debug

isundil 8 years ago
parent
commit
66cb7f0b8b
1 changed files with 0 additions and 1 deletions
  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() {