Skip to content

Commit 00f6f2b

Browse files
authored
eth/catalyst: remove useless log on enabling Engine API (#32901)
1 parent 52c484d commit 00f6f2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/catalyst/api.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import (
4747

4848
// Register adds the engine API to the full node.
4949
func Register(stack *node.Node, backend *eth.Ethereum) error {
50-
log.Warn("Engine API enabled", "protocol", "eth")
5150
stack.RegisterAPIs([]rpc.API{
5251
{
5352
Namespace: "engine",

0 commit comments

Comments
 (0)