mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Remove debug println
This commit is contained in:
parent
dc81c2154b
commit
10b6365874
1 changed files with 0 additions and 1 deletions
|
|
@ -2266,7 +2266,6 @@ func (svc *MDMAppleCheckinAndCommandService) TokenUpdate(r *mdm.Request, m *mdm.
|
|||
|
||||
// TODO: improve this to not enqueue the job if a host that is
|
||||
// assigned in ABM is manually enrolling for some reason.
|
||||
fmt.Println(">>>>> TokenUpdate, checking DEP: ", info.DEPAssignedToFleet, info.InstalledFromDEP)
|
||||
if info.DEPAssignedToFleet || info.InstalledFromDEP {
|
||||
svc.logger.Log("info", "queueing post-enroll task for newly enrolled DEP device", "host_uuid", r.ID)
|
||||
if err := worker.QueueAppleMDMJob(
|
||||
|
|
|
|||
Loading…
Reference in a new issue