Update client_v3.rs

removed redundant error clause in handle connection
This commit is contained in:
michael-bailey 2020-09-27 16:55:26 +01:00 committed by michael bailey
parent 0dc93ba9ce
commit 28694107d4
1 changed files with 1 additions and 3 deletions

View File

@ -125,9 +125,7 @@ impl Client {
self.send_data(Commands::Error(None).to_string().as_str());
},
Err(_) => {
// No data was read
},
}
println!("buffer");