You've already forked matrix-js-sdk
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user