From 4cf6826cddc8282a9e6fd7ef845b2424403aff10 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 25 Nov 2024 19:16:13 +0000 Subject: [PATCH] dbg: excessive loggingg --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 5eb887c..e1dc1f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -222,6 +222,7 @@ impl Client { { Ok(x) => { dbg!(&x); + dbg!(&x.json()); match x.json::>().await { Ok(y) => { // this is the only time we will get a positive response, the None at the end catches everything else