diff --git a/Cargo.toml b/Cargo.toml index 82883e23..f7c0506f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-net" -version = "0.2.0" +version = "0.2.1" authors = ["Nikolay Kim "] description = "Actix net - framework for the compisible network services for Rust (experimental)" readme = "README.md" diff --git a/src/server/server.rs b/src/server/server.rs index 874253f6..44842575 100644 --- a/src/server/server.rs +++ b/src/server/server.rs @@ -337,7 +337,6 @@ impl Handler for Server { type Result = Response<(), ()>; fn handle(&mut self, msg: StopServer, ctx: &mut Context) -> Self::Result { - println!("STOP command"); // stop accept thread self.accept.send(Command::Stop);