Skip to content

Commit 6e9aef8

Browse files
author
Carlos Cabanero
committed
Remove Echo messages as those are overriding processing
1 parent c2c44e7 commit 6e9aef8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/subscription.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ impl Subscription {
101101
log::debug!("{}", PING);
102102
self.acknowledge_messages(vec![m.ack_id]).await;
103103
continue;
104-
} else {
105-
// Echo as info, in case we want to check the queue status
106-
log::info!("echo - {}", String::from_utf8_lossy(&data));
107-
self.acknowledge_messages(vec![m.ack_id]).await;
108-
continue;
109104
}
110105
}
111106
batch.push((T::from(m.message), m.ack_id));

0 commit comments

Comments
 (0)