Skip to content

Commit

Permalink
fix(rust): Remove print stmt (#5269)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Dec 28, 2023
1 parent 56479b9 commit df34c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_snuba/rust_arroyo/src/backends/kafka/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl<C: AssignmentCallbacks> ArroyoConsumer<KafkaPayload, C> for KafkaConsumer<C
}
}

self.consumer.pause(dbg!(&topic_partition_list))?;
self.consumer.pause(&topic_partition_list)?;

{
let mut offset_state = self.offset_state.lock();
Expand Down

0 comments on commit df34c48

Please sign in to comment.