Remove aggressive logging from WrapMap update code paths

This commit is contained in:
Antonio Scandurra 2021-11-18 11:13:40 +01:00
parent 08e0444ee4
commit 856768a43c
2 changed files with 1 additions and 96 deletions

View file

@ -346,7 +346,7 @@ impl DisplayMapSnapshot {
}
pub fn longest_row(&self) -> u32 {
self.wraps_snapshot.longest_row()
self.blocks_snapshot.longest_row()
}
}