Remove dbg logging
This commit is contained in:
parent
eb92f7191d
commit
21fffd3c23
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user