Skip to content

Commit

Permalink
Remove fmt.Println() (#2489)
Browse files Browse the repository at this point in the history
Remove `fmt.Println()`
  • Loading branch information
AnkushinDaniil authored Feb 15, 2025
1 parent 00168b1 commit 1c3c26f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/v6/simulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func (h *Handler) simulateTransactions(id BlockID, transactions []BroadcastedTra
gasConsumed := overallFee.Clone()
gasConsumed = gasConsumed.Div(gasConsumed, gasPrice) // division by zero felt is zero felt

fmt.Println("dataGasConsumed[i]", dataGasConsumed, overallFees)
estimate := FeeEstimate{
GasConsumed: gasConsumed,
GasPrice: gasPrice,
Expand Down

0 comments on commit 1c3c26f

Please sign in to comment.