Remove useless eprintln
This commit is contained in:
parent
9802c8e740
commit
922ba9c524
|
@ -448,8 +448,6 @@ impl Tile {
|
||||||
}
|
}
|
||||||
buffer.push(spaces);
|
buffer.push(spaces);
|
||||||
|
|
||||||
eprintln!("Clear {}", max_char_index);
|
|
||||||
|
|
||||||
line_index += 1;
|
line_index += 1;
|
||||||
current_char_index = 0;
|
current_char_index = 0;
|
||||||
max_char_index = 0;
|
max_char_index = 0;
|
||||||
|
|
Loading…
Reference in New Issue