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