Parcourir la source

removed debug

isundil il y a 8 ans
Parent
commit
66cb7f0b8b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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() {