Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Jun 19, 2024
1 parent 9bc38db commit c9613cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/modio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ impl ModioAlt {
let url = format!("{endpoint}?_offset={offset}&{query}");
let page: ResultPage<I> = self.get(&url).await?;
results.extend(page.data);
println!("req {offset} {} {}", results.len(), page.result_offset);
if results.len() == page.result_total as usize {
break;
}
Expand Down

0 comments on commit c9613cb

Please sign in to comment.