0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

Remove debug line

This commit is contained in:
Jacob McCann 2017-05-12 10:17:08 -05:00
parent 40a5e1af9b
commit de4bd0bd5d

View File

@ -122,7 +122,6 @@ func initCommand(config InitOptions) *exec.Cmd {
"init",
}
fmt.Printf("config.BackendConfig: %v\n", config.BackendConfig)
for _, v := range config.BackendConfig {
args = append(args, fmt.Sprintf("-backend-config=%s", v))
}