Oops. Removed dev logs

This commit is contained in:
Emmanuel ROHEE 2014-09-18 17:48:20 +02:00
parent 26dda48e50
commit faec6f7f31

View File

@ -117,7 +117,6 @@ function(matrixService, $rootScope, $q, $timeout, mPresence) {
// Report all other metadata of the room object (membership, inviter, visibility, ...)
for (var field in room) {
if (-1 === ["room_id", "messages", "state"].indexOf(field)) {
console.log("#### " + field);
$rootScope.events.rooms[room_id][field] = room[field];
}
}