From d2a16fdecfc023ca3d174385cc617d69949e520e Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 19 Feb 2019 12:51:19 -0600 Subject: [PATCH] remove todo --- agent/consul/state/acl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/consul/state/acl.go b/agent/consul/state/acl.go index 309e8ad1c60c..0c95d53345c5 100644 --- a/agent/consul/state/acl.go +++ b/agent/consul/state/acl.go @@ -402,8 +402,6 @@ func (s *Store) aclTokenSetTxn(tx *memdb.Txn, idx uint64, token *structs.ACLToke original = existing.(*structs.ACLToken) } - // TODO(rb): put some expiration time validation here - if cas { // set-if-unset case if token.ModifyIndex == 0 && original != nil {