You've already forked matrix-js-sdk
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:
@@ -690,7 +690,6 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
|
|||||||
// Everything higher than the gap needs to be shifted left.
|
// Everything higher than the gap needs to be shifted left.
|
||||||
this.removeEntry(listIndex, gapIndex);
|
this.removeEntry(listIndex, gapIndex);
|
||||||
}
|
}
|
||||||
console.log("post-process", listIndex, JSON.stringify(this.lists[listIndex].roomIndexToRoomId));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user