Skip to content

Commit

Permalink
remove json2dot command
Browse files Browse the repository at this point in the history
There's no need for the json2dot command since we can't create json
debug graphs.
  • Loading branch information
jbardin committed Jan 8, 2020
1 parent 88481aa commit 034a8d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
66 changes: 0 additions & 66 deletions command/debug_json2dot.go

This file was deleted.

6 changes: 0 additions & 6 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,6 @@ func initCommands(config *Config, services *disco.Disco) {
}, nil
},

"debug json2dot": func() (cli.Command, error) {
return &command.DebugJSON2DotCommand{
Meta: meta,
}, nil
},

"force-unlock": func() (cli.Command, error) {
return &command.UnlockCommand{
Meta: meta,
Expand Down

0 comments on commit 034a8d8

Please sign in to comment.