mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
removed print statement from tutor/mod.rs because it messed with cli editors
This commit is contained in:
parent
89cc7971ee
commit
e8ee005743
@ -64,7 +64,7 @@ pub struct Tutor {
|
|||||||
impl Tutor {
|
impl Tutor {
|
||||||
/// only returns after a successful compile. before returning, does not call self.update() - you have to do that manually.
|
/// 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 {
|
pub fn let_user_make_change(&mut self) -> RScript {
|
||||||
eprintln!(" - - - - - - - - - - - - - - - - - - - - - - - - -");
|
// eprintln!(" - - - - - - - - - - - - - - - - - - - - - - - - -");
|
||||||
let script = loop {
|
let script = loop {
|
||||||
match self.receiver.recv().unwrap() {
|
match self.receiver.recv().unwrap() {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user