Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshvardhan Karn committed May 5, 2023
1 parent 6aac3d5 commit c29d8ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deepfence_worker/utils/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ func ecrCreds(reg postgresql_db.GetContainerRegistryRow, aes encryption.AES) (re
NonSecret: nonsecret,
}

// log hub
log.Info().Msgf("hub before: %+v", hub)

err = hub.DecryptSecret(aes)
if err != nil {
log.Error().Msg(err.Error())
Expand Down

0 comments on commit c29d8ae

Please sign in to comment.