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

pull/12074/head
andres-portainer 2024-08-02 16:35:14 -03:00 committed by GitHub
parent 560a1a00ca
commit f55ef6e691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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 {