Removing another debug Println()

This commit is contained in:
Gregory Kurtzer
2021-08-20 18:21:26 -07:00
parent b3027e44ba
commit cf45e5b8f6

View File

@@ -39,7 +39,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
syscall.Mount("/etc/resolv.conf", path.Join(containerPath, "/etc/resolv.conf"), "", syscall.MS_BIND, "")
}
fmt.Printf("Evaluating bind points\n")
for _, b := range binds {
var source string
var dest string