Removed extraneous trace

This commit is contained in:
John Goerzen 2020-09-20 22:42:47 -05:00
parent 6683b4fef8
commit 95af79939d
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ impl XB {
// it prematurely if OK\r occurs in a packet.
trace!("Waiting for OK");
let line = ser.readln().unwrap().unwrap();
trace!("Received: {}", line);
if line.ends_with("OK") {
trace!("Received OK");
break;