aquatic_ws: remove DebugCallback and lots of debug output

Some error messages are still printed, though
This commit is contained in:
Joakim Frostegård 2020-05-18 13:01:48 +02:00
parent cb0c299298
commit b42ff9a23b
5 changed files with 19 additions and 56 deletions

View file

@ -234,8 +234,6 @@ impl InMessage {
if let Ok(ActionWrapper { action: Action::Announce, inner }) = res {
return Some(InMessage::AnnounceRequest(inner));
} else {
dbg!(res);
}
let res: Result<ActionWrapper<ScrapeRequest>, _> = serde_json::from_str(&text);