Skip to content

Commit 9b5ddf7

Browse files
committed
Remove log line from shell example.
Fixes the build.
1 parent 1a8cafd commit 9b5ddf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/shell.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fn main() -> Result<(), Error<std::io::Error>> {
6565
let mut line = String::new();
6666
stdin.read_line(&mut line)?;
6767
let line = line.trim();
68-
log::info!("Got command: {line:?}");
6968
if line == "quit" {
7069
break;
7170
} else if line == "help" {

0 commit comments

Comments
 (0)