mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic_ws: remove DebugCallback and lots of debug output
Some error messages are still printed, though
This commit is contained in:
parent
cb0c299298
commit
b42ff9a23b
5 changed files with 19 additions and 56 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue