mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-29 03:54:57 +02:00
remove debug output
This commit is contained in:
@ -337,7 +337,6 @@ impl Handler<StopServer> for Server {
|
||||
type Result = Response<(), ()>;
|
||||
|
||||
fn handle(&mut self, msg: StopServer, ctx: &mut Context<Self>) -> Self::Result {
|
||||
println!("STOP command");
|
||||
// stop accept thread
|
||||
self.accept.send(Command::Stop);
|
||||
|
||||
|
Reference in New Issue
Block a user