Skip to content

Commit 774487c

Browse files
committed
remove debug output
1 parent 77f121c commit 774487c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/devcontainerx/devcontainer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ func createExecCommand() *cobra.Command {
131131
Short: "Execute a command in a devcontainer",
132132
Long: "Execute a command in a devcontainer, similar to `docker exec`",
133133
RunE: func(cmd *cobra.Command, args []string) error {
134-
fmt.Printf("*** %q\n\n\n", argDevcontainerName)
135134
// Default to executing /bin/bash
136135
if len(args) == 0 {
137136
args = []string{"/bin/bash"}

0 commit comments

Comments
 (0)