commented unused and misplaced line

This commit is contained in:
Mitch161 2020-07-20 19:40:16 +01:00
parent f399386906
commit ac9a337f35
1 changed files with 3 additions and 2 deletions

View File

@ -46,8 +46,9 @@ impl<'z> Server<'z> {
println!("Server: new connection, {}", addr);
let request = Commands::Request(None);
request.to_string();
self.transmit_data(&stream, &*request.to_string().as_str());
//request.to_string();
self.transmit_data(&stream, &request.to_string().as_str());
stream.read(&mut buffer).unwrap();