From fb3e96bda14fce330e9497e29f94e68f37e8d64a Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Mon, 13 Oct 2025 23:55:00 +0200 Subject: [PATCH] eth/catalyst: remove useless log message Signed-off-by: Csaba Kiraly --- eth/catalyst/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index ac6f54327e..75b263bf6b 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -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",