We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8cafd commit 9b5ddf7Copy full SHA for 9b5ddf7
examples/shell.rs
@@ -65,7 +65,6 @@ fn main() -> Result<(), Error<std::io::Error>> {
65
let mut line = String::new();
66
stdin.read_line(&mut line)?;
67
let line = line.trim();
68
- log::info!("Got command: {line:?}");
69
if line == "quit" {
70
break;
71
} else if line == "help" {
0 commit comments