Remove useless eprintln

This commit is contained in:
Thomas Forgione 2023-10-26 11:41:16 +02:00
parent 9802c8e740
commit 922ba9c524
1 changed files with 0 additions and 2 deletions

View File

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