mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
remove debug print
This commit is contained in:
parent
6e7560e287
commit
acd42f92d8
@ -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)?;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user