Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
leonthuongto committed Jan 10, 2025
1 parent 4a752a6 commit f7a4c82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/contracts/vault.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export default class VaultService {
): Promise<TransactionResponse> {
const deadline = calculateValidTo(transactionDeadline)

console.log('this.abi', this.abi)
debugger
// @ts-ignore
const { request } = await simulateContract(wagmiConfig, {
// @ts-ignore
Expand Down

0 comments on commit f7a4c82

Please sign in to comment.