dbg: excessive loggingg
Some checks failed
On_Push / lint_fmt (push) Failing after 7s
On_Push / lint_clippy (push) Failing after 6s
On_Push / test (push) Failing after 6s
On_Push / build (push) Has been skipped

This commit is contained in:
silver 2024-11-25 19:16:13 +00:00
parent 867778128c
commit 4cf6826cdd
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -222,6 +222,7 @@ impl Client {
{ {
Ok(x) => { Ok(x) => {
dbg!(&x); dbg!(&x);
dbg!(&x.json());
match x.json::<WolvesResultSingle<WolvesUserExists>>().await { match x.json::<WolvesResultSingle<WolvesUserExists>>().await {
Ok(y) => { Ok(y) => {
// this is the only time we will get a positive response, the None at the end catches everything else // this is the only time we will get a positive response, the None at the end catches everything else