mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 06:49:24 -05:00
Oops. Removed dev logs
This commit is contained in:
parent
26dda48e50
commit
faec6f7f31
@ -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];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user