eth/catalyst: remove useless log on enabling Engine API (#32901)

This commit is contained in:
Csaba Kiraly 2025-10-14 05:01:43 +02:00 committed by Alvarez
parent b01c3e9e6a
commit 7fa5365ebd

View file

@ -47,7 +47,6 @@ import (
// Register adds the engine API to the full node.
func Register(stack *node.Node, backend *eth.Ethereum) error {
log.Warn("Engine API enabled", "protocol", "eth")
stack.RegisterAPIs([]rpc.API{
{
Namespace: "engine",