aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'node/node.go')
-rw-r--r--node/node.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/node/node.go b/node/node.go
index ff2244503..78bb492f0 100644
--- a/node/node.go
+++ b/node/node.go
@@ -636,11 +636,6 @@ func (n *Node) apis() []rpc.API {
Version: "1.0",
Service: debug.Handler,
}, {
- Namespace: "debug",
- Version: "1.0",
- Service: NewPublicDebugAPI(n),
- Public: true,
- }, {
Namespace: "web3",
Version: "1.0",
Service: NewPublicWeb3API(n),