diff --git a/client/widmgr/widmgr.go b/client/widmgr/widmgr.go index 1ff8bfe7a08..0e7420d6323 100644 --- a/client/widmgr/widmgr.go +++ b/client/widmgr/widmgr.go @@ -377,7 +377,6 @@ func (m *WIDMgr) renew() { } // Renew all tokens together since its cheap - // FIXME this will have to be revisited once we support identity change modes tokens, err := m.signer.SignIdentities(m.minIndex, reqs) if err != nil { retry++