Skip to content

Commit

Permalink
rm log per PR review
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Nov 25, 2024
1 parent 662be31 commit 77df3e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/leadership/leadership.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ func (l *Leadership) Run(ctx context.Context) error {
// their leadership. After election, if any changes are observed, this loop
// will exit, to be restarted.
func (l *Leadership) loop(ctx context.Context) error {
l.log.Info("Attempting to acquire partition leadership")

lease, err := l.client.Grant(ctx, 20)
if err != nil {
return err
Expand Down

0 comments on commit 77df3e4

Please sign in to comment.