dbg: excessive loggingg
This commit is contained in:
parent
867778128c
commit
4cf6826cdd
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ impl Client {
|
|||
{
|
||||
Ok(x) => {
|
||||
dbg!(&x);
|
||||
dbg!(&x.json());
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue