Skip to content

Commit 3d7c1c4

Browse files
committed
remove json2dot command
There's no need for the json2dot command since we can't create json debug graphs.
1 parent 2281b1a commit 3d7c1c4

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
@@ -318,12 +318,6 @@ func initCommands(config *cliconfig.Config, services *disco.Disco, providerSrc g
318318
}, nil
319319
},
320320

321-
"debug json2dot": func() (cli.Command, error) {
322-
return &command.DebugJSON2DotCommand{
323-
Meta: meta,
324-
}, nil
325-
},
326-
327321
"force-unlock": func() (cli.Command, error) {
328322
return &command.UnlockCommand{
329323
Meta: meta,

0 commit comments

Comments
 (0)