Skip to content

Commit

Permalink
Removed unused/tested code
Browse files Browse the repository at this point in the history
  • Loading branch information
corruptmemory committed May 2, 2018
1 parent b07c0fe commit e5998e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ func TestCommandSkipFlagParsing(t *testing.T) {
}

for _, c := range cases {
value := ""
args := []string{}
app := &App{
Commands: []Command{
Expand All @@ -305,7 +304,6 @@ func TestCommandSkipFlagParsing(t *testing.T) {
},
Action: func(c *Context) {
fmt.Printf("%+v\n", c.String("flag"))
value = c.String("flag")
args = c.Args()
},
},
Expand Down

0 comments on commit e5998e0

Please sign in to comment.