From de1c41d0e93584c3b577279b91614b27eac48255 Mon Sep 17 00:00:00 2001 From: Chris Ziogas Date: Sat, 30 Mar 2024 20:25:16 +0200 Subject: [PATCH] remove comment --- eth/tracers/live/supply.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/tracers/live/supply.go b/eth/tracers/live/supply.go index a1b0724219..3014929696 100644 --- a/eth/tracers/live/supply.go +++ b/eth/tracers/live/supply.go @@ -173,7 +173,6 @@ func (s *supply) OnBalanceChange(a common.Address, prevBalance, newBalance *big. // at the end of the transaction. s.delta.Burn.Sub(s.delta.Burn, diff) default: - // fmt.Printf("~~\tNo need to take action. Change reason: %v\n\n", reason) return }