Drop ACL todo

This commit is contained in:
Alex Dadgar
2018-03-14 16:41:46 -07:00
parent 66f85b20f0
commit 2f325cff4e

View File

@@ -1379,8 +1379,6 @@ func (n *Node) EmitEvents(args *structs.EmitNodeEventsRequest, reply *structs.Em
}
}
// TODO ACLs
_, index, err := n.srv.raftApply(structs.UpsertNodeEventsType, args)
if err != nil {
n.srv.logger.Printf("[ERR] nomad.node upserting node events failed: %v", err)