remove unnecessary comment

This commit is contained in:
2024-10-06 20:39:37 -04:00
parent 94ea971576
commit ed68cbdae2

View File

@@ -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(())
}