Skip to content

Commit

Permalink
Remove redundant log msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 15, 2019
1 parent 47ab996 commit 4b19f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kube-psp-advisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func convertPsp(podObjFilename string, pspFilename string) error {

err = ioutil.WriteFile(pspFilename, []byte(pspString), 0644)

log.Debugf("Wrote generated psp to %s", pspFilename)
log.Infof("Wrote generated psp to %s", pspFilename)

return nil
Expand Down

0 comments on commit 4b19f5f

Please sign in to comment.