Skip to content

Commit

Permalink
Removing log line
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnevatia committed Jan 5, 2024
1 parent 7f19e2e commit 437ec4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/timelock/timelock.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func (tw *Worker) Listen(ctx context.Context) error {

// Setting healthStatus here because we want to make sure subscription is up.
tw.healthStatus.Store("OK")
status := tw.healthStatus.Load().(string)

// This is the goroutine watching over the subscription.
// We want wg.Done() to cancel the whole execution, so don't add more than 1 to wg.
Expand Down

0 comments on commit 437ec4a

Please sign in to comment.