diff --git a/control_plane/attachment_service/src/service.rs b/control_plane/attachment_service/src/service.rs index 5380894fd8..3fc91dce10 100644 --- a/control_plane/attachment_service/src/service.rs +++ b/control_plane/attachment_service/src/service.rs @@ -350,7 +350,6 @@ impl Service { Mode::Detach } }; - drop(attach_req); tracing::info!(?mode, "attach-hook start"); match mode {