Remove eprintln

This commit is contained in:
Thomas Forgione 2023-10-25 22:31:47 +02:00
parent dad76ebd37
commit a031445683
1 changed files with 0 additions and 1 deletions

View File

@ -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;