Missed a debug Println()

This commit is contained in:
Gregory Kurtzer
2021-08-20 18:19:37 -07:00
parent 7826f69656
commit b3027e44ba

View File

@@ -24,8 +24,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
os.Exit(1)
}
fmt.Println(args)
for _, b := range binds {
allargs = append(allargs, "--bind", b)
}