From 78bb4bb52217867f0c21b26699ba8f8a3c929e57 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:42:07 +0100 Subject: :construction: Remove println! --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 61ac6a6..c1dbd9a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -107,7 +107,6 @@ async fn fetch_feed(feed_conf: &FeedConf, last_fetch_time: DateTime) -> Res .header("If-Modified-Since", &last_fetch_rfc2822) .send() .await?; - println!("{:#?}", resp); if resp.status() == 304 { info!("No changes since last fetch {}", &last_fetch_rfc2822); Ok(None) -- cgit v1.2.3