mirror of https://github.com/portainer/portainer
fix(pendingactions): remove excessive logging BE-11094 (#12070)
parent
a63bd2cea4
commit
18e755e30e
|
@ -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…
Reference in New Issue