Skip to content

Commit

Permalink
chore: Remove leftover dbg!()
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Mar 7, 2024
1 parent 1a4b5c5 commit a9d28b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/backend-api/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ pub async fn all_app_versions(

loop {
let page = get_deploy_app_versions(client, vars.clone()).await?;
dbg!(&page);
if page.edges.is_empty() {
break;
}
Expand Down

0 comments on commit a9d28b5

Please sign in to comment.