1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00

remove debug print

This commit is contained in:
Nikolay Kim 2018-11-14 19:08:52 -08:00
parent 6e7560e287
commit acd42f92d8

View File

@ -202,7 +202,6 @@ where
let framed = self.framed.as_mut().unwrap();
if !framed.is_write_buf_full() {
if let Some(res) = self.res.take() {
println!("SEND RESP: {:?}", res);
framed.force_send(res)?;
}
}