diff --git a/src/main.rs b/src/main.rs index b98f27b..d820a39 100644 --- a/src/main.rs +++ b/src/main.rs @@ -88,10 +88,5 @@ fn main() -> Result<(), io::Error> { } } - // Example of sending a command that expects a response - - - // Example of sending a command that does not expect a response - Ok(()) }