Skip to content

Commit

Permalink
Forgot to remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag committed Nov 15, 2021
1 parent 33a33a0 commit 3492a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/gcp-pubsub/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (r *Relayer) Relay() error {
r.log.WithField("err", err).Error("unable to read message(s) from GCP pubsub")
time.Sleep(RetryReadInterval)
}
println("looped")
}
}(subID)
}
Expand Down

0 comments on commit 3492a10

Please sign in to comment.