Skip to content

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanmeerbeck committed Jan 10, 2025
1 parent c45dc16 commit 6c29089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node/src/starknet/api.starknet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export class StarknetApi implements ApiWrapper {
async getTransactionReceipt(
transactionHash: string,
): Promise<TransactionReceipt> {
console.log('hash', transactionHash);
const receipt = await this.client.getTransactionReceipt(transactionHash);
return formatReceipt(receipt);
}
Expand Down

0 comments on commit 6c29089

Please sign in to comment.