eth/catalyst: remove useless log message

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2025-10-13 23:55:00 +02:00
parent c920c823aa
commit fb3e96bda1
No known key found for this signature in database
GPG key ID: 0FE274EE8C95166E

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.Info("Engine API enabled", "protocol", "eth")
stack.RegisterAPIs([]rpc.API{
{
Namespace: "engine",