Skip to content

Commit

Permalink
Removed debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozen committed Dec 11, 2023
1 parent 2ba4ee6 commit 9d8bd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func getAPIs(hmy *hmy.Harmony, config nodeconfig.RPCServerConfig) []rpc.API {
NewPrivateDebugAPI(hmy, V2),
}

if config.DebugEnabled || true {
if config.DebugEnabled {
apis := append(publicAPIs, publicDebugAPIs...)
return append(apis, privateAPIs...)
}
Expand Down

0 comments on commit 9d8bd56

Please sign in to comment.