remove redundant comment

This commit is contained in:
Mark Haines 2017-03-09 14:29:58 +00:00
parent 0986dd2a16
commit dd45ddad0e

View file

@ -207,8 +207,6 @@ func (s *stateBlockStatements) bulkSelectFilteredStateBlockEntries(
if current.StateEntries != nil {
results = append(results, current)
}
// Because we have filtered the list it's possible that some of the blocks were completely removed
// from the result.
return results, nil
}