Skip to content

Commit

Permalink
Merge pull request #4652 from 0x5d/configurator-rm-log
Browse files Browse the repository at this point in the history
k8s/configurator: remove unneeded log stmnt
  • Loading branch information
andrewhsu committed May 10, 2022
2 parents 3c58486 + eaab4ea commit 8e213ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/go/k8s/cmd/configurator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ func main() {
log.Fatalf("%s", fmt.Errorf("unable to marshal the configuration: %w", err))
}

log.Printf("Config: %s", string(cfgBytes))

if err := os.WriteFile(c.configDestination, cfgBytes, 0o600); err != nil {
log.Fatalf("%s", fmt.Errorf("unable to write the destination configuration file: %w", err))
}
Expand Down

0 comments on commit 8e213ef

Please sign in to comment.