removed print statement from tutor/mod.rs because it messed with cli editors

This commit is contained in:
Dummi26 2023-04-25 19:43:11 +02:00
parent 89cc7971ee
commit e8ee005743

View File

@ -64,7 +64,7 @@ pub struct Tutor {
impl Tutor {
/// only returns after a successful compile. before returning, does not call self.update() - you have to do that manually.
pub fn let_user_make_change(&mut self) -> RScript {
eprintln!(" - - - - - - - - - - - - - - - - - - - - - - - - -");
// eprintln!(" - - - - - - - - - - - - - - - - - - - - - - - - -");
let script = loop {
match self.receiver.recv().unwrap() {
Err(e) => {