mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Remove console.log
This commit is contained in:
parent
73e9a9793d
commit
4d3ebcac17
@ -247,11 +247,9 @@ export class TimelineEventStore {
|
||||
return false;
|
||||
});
|
||||
for(let i = 0; i < results.length; ++i) {
|
||||
console.log(i, eventIds[i], results[i]);
|
||||
if (!results[i]) continue;
|
||||
occuringEventIds.push(eventIds[i]);
|
||||
}
|
||||
console.log(occuringEventIds);
|
||||
return occuringEventIds;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user