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 }