Remove dbg logging

This commit is contained in:
Tyler Hallada 2022-02-12 01:25:30 -05:00
parent eb92f7191d
commit 21fffd3c23

View File

@ -35,9 +35,7 @@ pub async fn update(
.connect_timeout(CONNECT_TIMEOUT) .connect_timeout(CONNECT_TIMEOUT)
.build()?; .build()?;
dbg!(full);
while has_next_page { while has_next_page {
dbg!(pages_with_no_updates);
if !full && pages_with_no_updates >= 50 { if !full && pages_with_no_updates >= 50 {
warn!("No updates found for 50 pages in a row, aborting"); warn!("No updates found for 50 pages in a row, aborting");
break; break;