diff --git a/src/channel.rs b/src/channel.rs index 2cb0ee8f..198b45ff 100644 --- a/src/channel.rs +++ b/src/channel.rs @@ -148,12 +148,6 @@ impl Channel { ch: &ChannelDefinitionInternal, c: &mut RestoredChannel, ) -> Result<()> { - if let Some(channel) = ch.channel.as_ref() { - if channel.status.confirm() { - c.confirm_select(ConfirmSelectOptions::default()).await?; - } - } - // First, redeclare all queues for queue in &ch.queues { if queue.is_declared() {