remove comment

This commit is contained in:
Chris Ziogas 2024-03-30 20:25:16 +02:00
parent 00ef42b541
commit de1c41d0e9
No known key found for this signature in database
GPG key ID: 2329CF479E36E2DA

View file

@ -173,7 +173,6 @@ func (s *supply) OnBalanceChange(a common.Address, prevBalance, newBalance *big.
// at the end of the transaction. // at the end of the transaction.
s.delta.Burn.Sub(s.delta.Burn, diff) s.delta.Burn.Sub(s.delta.Burn, diff)
default: default:
// fmt.Printf("~~\tNo need to take action. Change reason: %v\n\n", reason)
return return
} }