From 0a8c49f36b1dd046877b64afb02ea111cdd0a4fc Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 11 Dec 2015 15:15:28 -0800 Subject: [PATCH] Remove incorrect comment --- nomad/state/state_store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nomad/state/state_store.go b/nomad/state/state_store.go index 3169effdb..070bb8aad 100644 --- a/nomad/state/state_store.go +++ b/nomad/state/state_store.go @@ -375,7 +375,6 @@ func (s *StateStore) ChildJobs(id string) (memdb.ResultIterator, error) { func (s *StateStore) JobsByPeriodic(periodic bool) (memdb.ResultIterator, error) { txn := s.db.Txn(false) - // Scan all jobs whose parent is the passed id. iter, err := txn.Get("jobs", "periodic", periodic) if err != nil { return nil, err