mirror of
https://github.com/actix/actix-web.git
synced 2025-02-06 14:22:21 +00:00
remove debug print
This commit is contained in:
parent
6e7560e287
commit
acd42f92d8
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ where
|
||||||
let framed = self.framed.as_mut().unwrap();
|
let framed = self.framed.as_mut().unwrap();
|
||||||
if !framed.is_write_buf_full() {
|
if !framed.is_write_buf_full() {
|
||||||
if let Some(res) = self.res.take() {
|
if let Some(res) = self.res.take() {
|
||||||
println!("SEND RESP: {:?}", res);
|
|
||||||
framed.force_send(res)?;
|
framed.force_send(res)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue