Skip to content

Commit

Permalink
Revert "chore: add debug msg (#194)" (#195)
Browse files Browse the repository at this point in the history
This reverts commit 7f45627.
  • Loading branch information
krtk6160 authored Nov 21, 2022
1 parent 7f45627 commit c954afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/src/pubsub/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ impl Subscriber {

pub async fn healthy(&self, largest_msg_delay: chrono::Duration) -> HealthCheckResponse {
if let Some(time_since) = self.time_since_last_msg().await {
dbg!(time_since);
if time_since <= largest_msg_delay {
Ok(())
} else {
Expand Down

0 comments on commit c954afd

Please sign in to comment.