diff --git a/internal/app/wwctl/container/exec/child/main.go b/internal/app/wwctl/container/exec/child/main.go index d88c2731..7c002db1 100644 --- a/internal/app/wwctl/container/exec/child/main.go +++ b/internal/app/wwctl/container/exec/child/main.go @@ -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