Skip to content

Commit

Permalink
go/oasis-node: Remove the debug dummy sub-commands
Browse files Browse the repository at this point in the history
These are only useful for testing, and our test harness has a internal
Go API that removes the need to have this functionality exposed as a
subcommand.
  • Loading branch information
Yawning committed Dec 19, 2019
1 parent b17735a commit b1bd66e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
2 changes: 0 additions & 2 deletions go/oasis-node/cmd/debug/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"github.com/spf13/cobra"

"github.com/oasislabs/oasis-core/go/oasis-node/cmd/debug/byzantine"
"github.com/oasislabs/oasis-core/go/oasis-node/cmd/debug/dummy"
"github.com/oasislabs/oasis-core/go/oasis-node/cmd/debug/storage"
"github.com/oasislabs/oasis-core/go/oasis-node/cmd/debug/tendermint"
)
Expand All @@ -17,7 +16,6 @@ var debugCmd = &cobra.Command{

// Register registers the debug sub-command and all of it's children.
func Register(parentCmd *cobra.Command) {
dummy.Register(debugCmd)
storage.Register(debugCmd)
tendermint.Register(debugCmd)
byzantine.Register(debugCmd)
Expand Down
102 changes: 0 additions & 102 deletions go/oasis-node/cmd/debug/dummy/dummy.go

This file was deleted.

0 comments on commit b1bd66e

Please sign in to comment.