Skip to content

Commit cf674b6

Browse files
authored
Update crates/matrix-sdk-base/src/store/memory_store.rs
1 parent 7e2e43c commit cf674b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/matrix-sdk-base/src/store/memory_store.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ impl MemoryStore {
584584

585585
let stream = stream! {
586586
for (_, item) in events {
587-
println!("yield {:#?}", item);
588587
yield Ok(item);
589588
}
590589
};

0 commit comments

Comments
 (0)