Skip to content

Commit

Permalink
k8s/configurator: remove unneeded log stmnt
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5d committed May 10, 2022
1 parent 3c58486 commit eaab4ea
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 eaab4ea

Please sign in to comment.