Skip to content

Commit

Permalink
remove policy log (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Jul 2, 2024
1 parent 96ce5fd commit 5c94237
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ee/cli/pkg/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package policy
import (
"github.com/diggerhq/digger/ee/cli/pkg/utils"
"github.com/samber/lo"
"log"
"os"
"path"
"path/filepath"
Expand Down Expand Up @@ -78,7 +77,6 @@ func (p DiggerRepoPolicyProvider) getPolicyFileContents(repo string, projectName
for _, pathPrefix := range prefixes {
var err error
contents, err = getContents(pathPrefix)
log.Printf("path: %v contents: %v, err: %v", pathPrefix, contents, err)
if err == nil {
return nil
}
Expand Down

0 comments on commit 5c94237

Please sign in to comment.