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

This commit is contained in:
silver 2024-11-25 19:34:43 +00:00
parent 421e86fe7e
commit c88380067a
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

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