fix(pendingactions): remove excessive logging BE-11094 (#12070)

pull/12076/head
andres-portainer 4 months ago committed by GitHub
parent a63bd2cea4
commit 18e755e30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -97,7 +97,6 @@ func (service *PendingActionsService) execute(environmentID portainer.EndpointID
if len(pendingActions) > 0 { if len(pendingActions) > 0 {
log.Debug().Msgf("Found %d pending actions", len(pendingActions)) log.Debug().Msgf("Found %d pending actions", len(pendingActions))
log.Debug().Msgf("PendingActions %+v", pendingActions)
} }
for i, endpointPendingAction := range pendingActions { for i, endpointPendingAction := range pendingActions {

Loading…
Cancel
Save