Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 19, 2024
1 parent c15fae6 commit f2cb591
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontends/rioterm/src/screen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,6 @@ impl Screen {

#[inline]
pub fn render(&mut self) {
println!("oi???");

// If sugarloaf does have pending updates to process then
// should abort current render
if self.sugarloaf.dimensions_changed() {
Expand Down

0 comments on commit f2cb591

Please sign in to comment.