1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Remove debug comments

This commit is contained in:
Kegan Dougal
2017-02-15 16:53:31 +00:00
parent 9fdeb7a8e3
commit b02ba08abc
2 changed files with 1 additions and 7 deletions

View File

@@ -77,7 +77,6 @@ class SyncAccumulator {
if (!syncResponse.rooms) {
return;
}
console.log("Accumulating ", syncResponse.next_batch, syncResponse);
this.nextBatch = syncResponse.next_batch;
if (syncResponse.rooms.invite) {
Object.keys(syncResponse.rooms.invite).forEach((roomId) => {