Skip to content

Commit 1f0fbe3

Browse files
author
Nils Lagerkvist
committed
Removed debug which caused run subcommand to fail
1 parent fc58b12 commit 1f0fbe3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ func (l *RunCmd) Run(cmd *Limes, p writ.Path, positional []string) {
253253
p.Last().ExitHelp(nil)
254254
}
255255

256-
fmt.Println(positional[0], positional[1:])
257-
if true {
258-
return
259-
}
260-
261256
command := exec.Command(positional[0], positional[1:]...)
262257

263258
rpc := newCliClient(cmd.Address)

0 commit comments

Comments
 (0)