From 21fffd3c23cfd5ad9113564aa9dc80d7671b8238 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sat, 12 Feb 2022 01:25:30 -0500 Subject: [PATCH] Remove dbg logging --- src/commands/update.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/update.rs b/src/commands/update.rs index d8454e9..e3a0ad6 100644 --- a/src/commands/update.rs +++ b/src/commands/update.rs @@ -35,9 +35,7 @@ pub async fn update( .connect_timeout(CONNECT_TIMEOUT) .build()?; - dbg!(full); while has_next_page { - dbg!(pages_with_no_updates); if !full && pages_with_no_updates >= 50 { warn!("No updates found for 50 pages in a row, aborting"); break;