Remove debug print
This commit is contained in:
@@ -230,7 +230,7 @@ impl Terminal {
|
|||||||
}
|
}
|
||||||
'n' | 'N' | '\r' | '\n' => break Ok(false),
|
'n' | 'N' | '\r' | '\n' => break Ok(false),
|
||||||
'q' | 'Q' => return Err(io::Error::from(io::ErrorKind::Interrupted)),
|
'q' | 'Q' => return Err(io::Error::from(io::ErrorKind::Interrupted)),
|
||||||
_ => println!("hi"),
|
_ => (),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user