From ed64386b8b108501a33832d3aedc3a62f6bdfeee Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Wed, 1 Sep 2021 21:20:50 -0700 Subject: [PATCH] remove debug print --- internal/app/wwctl/container/exec/child/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/app/wwctl/container/exec/child/main.go b/internal/app/wwctl/container/exec/child/main.go index 8d797eef..194e7635 100644 --- a/internal/app/wwctl/container/exec/child/main.go +++ b/internal/app/wwctl/container/exec/child/main.go @@ -41,8 +41,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error { bind := util.SplitPaths(b, ":") source = bind[0] - fmt.Println(bind) - if len(bind) == 1 { dest = source } else {