Skip to content

Commit

Permalink
fix: drop trace
Browse files Browse the repository at this point in the history
  • Loading branch information
anilhelvaci committed Nov 27, 2024
1 parent 9034b9e commit d5f827a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/inter-protocol/src/provisionPoolKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const prepareBridgeProvisionTool = zone =>
const { bankManager, walletFactory, namesByAddressAdmin, helperFacet } =
this.state;

trace({ bankManager, walletFactory, namesByAddressAdmin });

const bank = E(bankManager).getBankForAddress(address);
// only proceed if we can provide funds
await helperFacet.sendInitialPayment(bank);
Expand Down

0 comments on commit d5f827a

Please sign in to comment.