Skip to content

Commit

Permalink
Removed debug which caused run subcommand to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Lagerkvist committed Apr 25, 2016
1 parent fc58b12 commit 1f0fbe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ func (l *RunCmd) Run(cmd *Limes, p writ.Path, positional []string) {
p.Last().ExitHelp(nil)
}

fmt.Println(positional[0], positional[1:])
if true {
return
}

command := exec.Command(positional[0], positional[1:]...)

rpc := newCliClient(cmd.Address)
Expand Down

0 comments on commit 1f0fbe3

Please sign in to comment.