From b38d203e8316d3cbacbefabc9c1dad246304bfcf Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Wed, 25 Jan 2023 09:44:52 +0000 Subject: [PATCH] Remove debug logging --- node/impl/full/eth.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/node/impl/full/eth.go b/node/impl/full/eth.go index 1fb33c790..cbfde1969 100644 --- a/node/impl/full/eth.go +++ b/node/impl/full/eth.go @@ -1007,9 +1007,6 @@ func (e *EthEvent) EthNewFilter(ctx context.Context, filterSpec *ethtypes.EthFil return ethtypes.EthFilterID{}, err } - - fmt.Printf("REMOVEME: EthNewFilter.f=%+v\n", f) - return ethtypes.EthFilterID(f.ID()), nil }