diff --git a/src/tile.rs b/src/tile.rs index 058e224..33eff6d 100644 --- a/src/tile.rs +++ b/src/tile.rs @@ -248,7 +248,6 @@ impl Tile { /// Push content into the stdout of the tile. pub fn push_stdout(&mut self, content: String) { - eprintln!("{:?}", content); for c in content.chars() { if c == '\x1b' { self.counting = false;