mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove fmt.Println (#18426)
If this is for debugging let's add a comment :)
This commit is contained in:
parent
d677546e04
commit
74a9683637
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue