Skip to content

Commit

Permalink
Remove unused logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 19, 2024
1 parent 7d4bb36 commit ae82c60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions client/src/axiom/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ export async function getMaxFeePerGas(axiom: AxiomSdkCore, maximumMaxFeePerGas?:
functionName: "minMaxFeePerGas",
args: [],
}) as bigint;
console.log("provider MaxFeePerGas", providerFeeData);
console.log("contractMin MaxFeePerGas", contractMinMaxFeePerGas);
if (contractMinMaxFeePerGas === 0n) {
contractMinMaxFeePerGas = ClientConstants.MIN_MAX_FEE_PER_GAS;
}
Expand Down
1 change: 0 additions & 1 deletion client/src/sendQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const buildSendQuery = async (input: {
input.axiom,
input.options.maximumMaxFeePerGas
);
console.log("set maxFeePerGas to", input.options.maxFeePerGas);
}

const queryOptions: AxiomV2QueryOptions = {
Expand Down

0 comments on commit ae82c60

Please sign in to comment.