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;