Skip to content

Commit

Permalink
chore(logs): added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi committed Mar 25, 2024
1 parent 335d173 commit 27fd569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (n *Node) RenewLock(req LockRequest, t *Lease) error {
*t = lease
}

log.Printf("renew: topic=%s key=%s lessee=%s ttl=%v\n", lease.Topic, lease.Key, lease.Lessee, lease.TTL)
return nil
}

Expand Down

0 comments on commit 27fd569

Please sign in to comment.