Skip to content

Commit

Permalink
Removed debug comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Nov 6, 2023
1 parent 8b21a25 commit cca3505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/service/live_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func runLiveQueryEndpoint(ctx context.Context, request interface{}, svc fleet.Se
if err != nil {
return nil, err
}
// fmt.Fprintf(os.Stderr, "VICTOR queryResults:%+v, hostCount:%+v\n", queryResults, respondedHostCount)
// Check if all query results were forbidden due to lack of authorization
allResultsForbidden := len(queryResults) > 0
for _, r := range queryResults {
Expand Down

0 comments on commit cca3505

Please sign in to comment.