Skip to content

Commit

Permalink
Remove dbg accidentally added in oxidecomputer#3110 (oxidecomputer#3134)
Browse files Browse the repository at this point in the history
Thanks @iliana 🤦
  • Loading branch information
david-crespo authored May 16, 2023
1 parent 563a94f commit 891acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/disk_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async fn sdc_alloc_regions(
)
.await
.map_err(ActionError::action_failed)?;
Ok(dbg!(datasets_and_regions))
Ok(datasets_and_regions)
}

async fn sdc_alloc_regions_undo(
Expand Down

0 comments on commit 891acc7

Please sign in to comment.