1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Remove debug logging

This commit is contained in:
Kegan Dougal
2022-10-25 13:47:16 +01:00
parent 24a9562b07
commit 11cc30f345

View File

@@ -690,7 +690,6 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
// Everything higher than the gap needs to be shifted left.
this.removeEntry(listIndex, gapIndex);
}
console.log("post-process", listIndex, JSON.stringify(this.lists[listIndex].roomIndexToRoomId));
}
/**