Skip to content

Commit

Permalink
Removed wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Apr 21, 2022
1 parent 8ba8104 commit 3cf5c1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/analyze/webservicefuncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,11 @@ func analysisfuncs(ws *webservice) {
}

includeobjects = ws.Objs.Filter(func(o *engine.Object) bool {
// Domain Admins and Enterprise Admins groups
return includequery.Evaluate(o)
})

if excludequery != nil {
excludeobjects = ws.Objs.Filter(func(o *engine.Object) bool {
// Domain Admins and Enterprise Admins groups
return excludequery.Evaluate(o)
})
}
Expand Down

0 comments on commit 3cf5c1f

Please sign in to comment.