Browse Source

Remove debug line

pull/43/head
Jacob McCann 8 years ago
parent
commit
de4bd0bd5d
  1. 1
      plugin.go

1
plugin.go

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

Loading…
Cancel
Save