Skip to content

Commit

Permalink
Merge pull request #14 from mrunalp/remove_unused
Browse files Browse the repository at this point in the history
Remove unused code for validation
  • Loading branch information
Mrunal Patel committed Jan 22, 2016
2 parents 2a284f9 + de3f57e commit aad6671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func main() {

app.Commands = []cli.Command{
generateCommand,
validateCommand,
}

if err := app.Run(os.Args); err != nil {
Expand Down
87 changes: 0 additions & 87 deletions validate.go

This file was deleted.

0 comments on commit aad6671

Please sign in to comment.