From ff11781e11a04ad6b81badec8f91315761b69cc3 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Thu, 23 Feb 2023 20:11:16 +0100 Subject: [PATCH] Update --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1617878..0b86613 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -662,7 +662,8 @@ impl Client { to: &chrono::NaiveDate, department: Option, ) -> Result> { - dbg!( + println!( + "{}", reqwest::Client::new() .get(self.rpc_url.as_str()) .header(reqwest::header::USER_AGENT, &self.user_agent)