fix(pendingactions): remove excessive logging BE-11094 (#12071)
parent
560a1a00ca
commit
f55ef6e691
|
@ -100,7 +100,6 @@ func (service *PendingActionsService) execute(environmentID portainer.EndpointID
|
|||
|
||||
if len(pendingActions) > 0 {
|
||||
log.Debug().Msgf("Found %d pending actions", len(pendingActions))
|
||||
log.Debug().Msgf("PendingActions %+v", pendingActions)
|
||||
}
|
||||
|
||||
for i, pendingAction := range pendingActions {
|
||||
|
|
Loading…
Reference in New Issue