Skip to content
Snippets Groups Projects
Unverified Commit 55d2acb7 authored by Levente Pap's avatar Levente Pap
Browse files

Remove analysis webinterface from pluginmgr

parent 9dcff59a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ package research
import (
analysisclient "github.com/iotaledger/goshimmer/plugins/analysis/client"
analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server"
analysiswebinterface "github.com/iotaledger/goshimmer/plugins/analysis/webinterface"
analysisdashboard "github.com/iotaledger/goshimmer/plugins/analysis/dashboard"
"github.com/iotaledger/goshimmer/plugins/remotelog"
"github.com/iotaledger/hive.go/node"
......@@ -13,6 +12,5 @@ var PLUGINS = node.Plugins(
remotelog.Plugin,
analysisserver.Plugin,
analysisclient.Plugin,
analysiswebinterface.Plugin,
analysisdashboard.Plugin,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment