Skip to content

Commit c3a58db

Browse files
committed
remove json2dot command
There's no need for the json2dot command since we can't create json debug graphs.
1 parent 88481aa commit c3a58db

File tree

3 files changed

+0
-125
lines changed

3 files changed

+0
-125
lines changed

command/debug_json2dot.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

command/debug_json2dot_test.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

commands.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,6 @@ func initCommands(config *Config, services *disco.Disco) {
314314
}, nil
315315
},
316316

317-
"debug json2dot": func() (cli.Command, error) {
318-
return &command.DebugJSON2DotCommand{
319-
Meta: meta,
320-
}, nil
321-
},
322-
323317
"force-unlock": func() (cli.Command, error) {
324318
return &command.UnlockCommand{
325319
Meta: meta,

0 commit comments

Comments
 (0)