Skip to content

Commit

Permalink
Remove dbg! left in by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Aug 2, 2021
1 parent ee9032b commit a0f6dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ws/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ where
}

fn response<E>(status: StatusCode, body: &'static str) -> Result<Response<BoxBody>, E> {
dbg!((status, body));

let res = Response::builder()
.status(status)
.body(box_body(Full::from(body)))
Expand Down

0 comments on commit a0f6dcc

Please sign in to comment.