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

This commit is contained in:
andres-portainer
2024-08-02 16:35:08 -03:00
committed by GitHub
parent a63bd2cea4
commit 18e755e30e

View File

@@ -97,7 +97,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, endpointPendingAction := range pendingActions {