Remove fmt.Println (#18426)

If this is for debugging let's add a comment :)
This commit is contained in:
Lucas Manuel Rodriguez 2024-04-19 14:39:07 -03:00 committed by GitHub
parent d677546e04
commit 74a9683637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2746,7 +2746,6 @@ func ensureFleetProfiles(ctx context.Context, ds fleet.Datastore, logger kitlog.
}
b := rootCAProfContents.Bytes()
fmt.Println(string(b))
enrollSecrets, err := ds.AggregateEnrollSecretPerTeam(ctx)
if err != nil {