Skip to content

Commit

Permalink
remove debug log from watch deletion func
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrel6 committed Dec 12, 2023
1 parent ec340ce commit ca1713c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/delete/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async fn watch_deletion<T: CageApi>(
let cage_response = match cage_api.get_cage(cage_uuid).await {
Ok(response) => response,
Err(e) => {
println!("error in status check");
log::error!("Unable to retrieve deletion status. Error: {:?}", e);
return Err(e.into());
}
Expand Down

0 comments on commit ca1713c

Please sign in to comment.