Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Modularius committed Dec 5, 2024
1 parent 0591074 commit 677ed2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions trace-to-events/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,7 @@ async fn main() -> anyhow::Result<()> {
consumer.commit_message(&m, CommitMode::Async).unwrap();
}
Err(e) => warn!("Kafka error: {}", e)
}/*
join_next = kafka_producer_thread_set.join_next() => {
if let Some(Err(e)) = join_next {
error!("Error Joining Kafka Producer Task: {e}");
}
}*/
}
}
}
}
Expand Down

0 comments on commit 677ed2f

Please sign in to comment.