mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
remove logging
This commit is contained in:
parent
4b275529f7
commit
229502ca43
@ -162,7 +162,6 @@ export class SyncWriter {
|
||||
// TODO: perhaps add a small cache here?
|
||||
const memberData = await txn.roomMembers.get(this._roomId, userId);
|
||||
if (memberData) {
|
||||
console.log("got memberData from store", this._roomId, userId, memberData);
|
||||
return memberData;
|
||||
} else {
|
||||
// sometimes the member event isn't included in state, but rather in the timeline,
|
||||
|
Loading…
Reference in New Issue
Block a user