Skip to content

Commit

Permalink
Removing log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Dec 4, 2023
1 parent 091ca50 commit 096742c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl<Bus: UsbBus> embedded_io::Write for SerialPort<'_, Bus> {

impl<Bus: UsbBus> embedded_io::WriteReady for SerialPort<'_, Bus> {
fn write_ready(&mut self) -> Result<bool, Self::Error> {
log::info!("WriteAVail: {}", self.write_buf.available_write());
Ok(self.write_buf.available_write() != 0)
}
}

0 comments on commit 096742c

Please sign in to comment.