dbg: excessive logging - moar
This commit is contained in:
parent
1c176d4f73
commit
867778128c
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ impl Client {
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
Ok(x) => {
|
Ok(x) => {
|
||||||
|
dbg!(&x);
|
||||||
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