Skip to content

Commit

Permalink
remove verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Oct 2, 2024
1 parent 08240fb commit 4b021da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ impl RoomScreen {
// TODO FIXME: hide TopSpace loading animation, set it to invisible.
}
if num_updates > 0 {
log!("!!!!!!!!!!!!!!! Applied {} timeline updates for room {}, redrawing with {} items...", num_updates, tl.room_id, tl.items.len());
// log!("Applied {} timeline updates for room {}, redrawing with {} items...", num_updates, tl.room_id, tl.items.len());
self.redraw(cx);
}
}
Expand Down

0 comments on commit 4b021da

Please sign in to comment.