mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
chore: Remove leftover dbg!()
This commit is contained in:
committed by
Christoph Herzog
parent
23e410e821
commit
cbedc60040
@@ -213,7 +213,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user