Skip to content

Commit

Permalink
Update _utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 4, 2025
1 parent c9a3481 commit 75254f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1939,10 +1939,6 @@ export function getCachedFillGasUsage(
);
// We don't care about the gas token price or the token gas price, only the raw gas units. In the API
// we'll compute the gas price separately.
console.log(
`buildDepositForSimulation:`,
buildDepositForSimulation(deposit)
);
const { nativeGasCost } = await relayerFeeCalculatorQueries.getGasCosts(
buildDepositForSimulation(deposit),
overrides?.relayerAddress
Expand Down

0 comments on commit 75254f6

Please sign in to comment.