Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Jun 13, 2024
1 parent 29a096e commit 6aa61c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplink/src/collector/bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ impl Joiner {
if self.config.publish_on_service_bus {
_ = self.back_tx.send_async(payload.clone()).await;
}
self.tx.send_payload(dbg!(payload)).await;
self.tx.send_payload(payload).await;
if self.config.no_data_action == NoDataAction::Null {
self.joined.clear();
}
Expand Down

0 comments on commit 6aa61c0

Please sign in to comment.