diff --git a/src/go/k8s/cmd/configurator/main.go b/src/go/k8s/cmd/configurator/main.go index 75d7ee1ee2fc..502720f7db03 100644 --- a/src/go/k8s/cmd/configurator/main.go +++ b/src/go/k8s/cmd/configurator/main.go @@ -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)) }