Skip to content

Commit

Permalink
fix(params): do not print "next" while iterating
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Pianka <pianka@eml.cc>
  • Loading branch information
seanpianka committed Nov 15, 2022
1 parent 89ed574 commit 9139ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ where
p
};

println!("next");
let page = client.get_query(&path, &params_next);

ListPaginator::create_paginator(page, params_next)
Expand Down

0 comments on commit 9139ccd

Please sign in to comment.