From 922ba9c524008eaa8003e07b2043cc405dbbc6f0 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 26 Oct 2023 11:41:16 +0200 Subject: [PATCH] Remove useless eprintln --- src/tile.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tile.rs b/src/tile.rs index 015327e..fde6f88 100644 --- a/src/tile.rs +++ b/src/tile.rs @@ -448,8 +448,6 @@ impl Tile { } buffer.push(spaces); - eprintln!("Clear {}", max_char_index); - line_index += 1; current_char_index = 0; max_char_index = 0;