diff --git a/server/datastore/mysql/hosts.go b/server/datastore/mysql/hosts.go index 6bb9f74cdbf5..ee23749de80a 100644 --- a/server/datastore/mysql/hosts.go +++ b/server/datastore/mysql/hosts.go @@ -1103,7 +1103,6 @@ func (ds *Datastore) applyHostFilters( } connectedToFleetJoin := "" - // TODO: should the first two conditions be grouped in parentheses? if opt.ConnectedToFleetFilter != nil && *opt.ConnectedToFleetFilter || opt.OSSettingsFilter.IsValid() || opt.MacOSSettingsFilter.IsValid() ||