From 891acc7db7d798a914007df70fd1ae412de2141f Mon Sep 17 00:00:00 2001 From: David Crespo Date: Tue, 16 May 2023 10:33:04 -0500 Subject: [PATCH] Remove dbg accidentally added in #3110 (#3134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @iliana 🤦 --- nexus/src/app/sagas/disk_create.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/src/app/sagas/disk_create.rs b/nexus/src/app/sagas/disk_create.rs index 2a834792c7..b32cccadc0 100644 --- a/nexus/src/app/sagas/disk_create.rs +++ b/nexus/src/app/sagas/disk_create.rs @@ -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(