Skip to content

Commit

Permalink
remove node-visualizer from joint compilation of skywire-services (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom authored Nov 5, 2024
1 parent 0d76025 commit b4869a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/skywire-services/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
ar "github.com/skycoin/skywire-services/cmd/address-resolver/commands"
confbs "github.com/skycoin/skywire-services/cmd/config-bootstrapper/commands"
kg "github.com/skycoin/skywire-services/cmd/keys-gen/commands"
nv "github.com/skycoin/skywire-services/cmd/node-visualizer/commands"
rf "github.com/skycoin/skywire-services/cmd/route-finder/commands"
se "github.com/skycoin/skywire-services/cmd/sw-env/commands"
tpd "github.com/skycoin/skywire-services/cmd/transport-discovery/commands"
Expand All @@ -30,7 +29,6 @@ func init() {
rf.RootCmd,
confbs.RootCmd,
kg.RootCmd,
nv.RootCmd,
se.RootCmd,
ut.RootCmd,
)
Expand All @@ -40,7 +38,6 @@ func init() {
rf.RootCmd.Use = "rf"
confbs.RootCmd.Use = "confbs"
kg.RootCmd.Use = "kg"
nv.RootCmd.Use = "nv"
se.RootCmd.Use = "se"
ut.RootCmd.Use = "ut"
}
Expand Down

0 comments on commit b4869a3

Please sign in to comment.