Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Nathan Abellard <[email protected]>
  • Loading branch information
jabellard committed Jul 12, 2024
1 parent bccb8c1 commit 2c6835b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/pkg/tasks/init/crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func skipCrdsDownload(r workflow.RunData) (bool, error) {
}

crdsDir := getCrdsDir(data)
klog.V(2).InfoS("[skipCrdsDownload] Checking if CRDs need to be downloaded", "folder", crdsDir)

if exist, err := util.PathExists(crdsDir); !exist || err != nil {
return false, err
Expand Down

0 comments on commit 2c6835b

Please sign in to comment.