diff --git a/src/server/client/client_v3.rs b/src/server/client/client_v3.rs index d7b5047..deb675a 100644 --- a/src/server/client/client_v3.rs +++ b/src/server/client/client_v3.rs @@ -125,9 +125,7 @@ impl Client { self.send_data(Commands::Error(None).to_string().as_str()); }, - Err(_) => { - // No data was read - }, + } println!("buffer");