Remove eprintln
This commit is contained in:
parent
dad76ebd37
commit
a031445683
|
@ -248,7 +248,6 @@ impl Tile {
|
||||||
|
|
||||||
/// Push content into the stdout of the tile.
|
/// Push content into the stdout of the tile.
|
||||||
pub fn push_stdout(&mut self, content: String) {
|
pub fn push_stdout(&mut self, content: String) {
|
||||||
eprintln!("{:?}", content);
|
|
||||||
for c in content.chars() {
|
for c in content.chars() {
|
||||||
if c == '\x1b' {
|
if c == '\x1b' {
|
||||||
self.counting = false;
|
self.counting = false;
|
||||||
|
|
Loading…
Reference in New Issue