Skip to content

Commit

Permalink
clean up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 10, 2023
1 parent 8ec7e31 commit 7410bb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ const setupFeedWithWallets = async (t, oracleAddresses) => {
'ATOM-USD price feed',
);

console.log('DEBUG governedPriceAggregator', governedPriceAggregator);

return { oracleWallets, governedPriceAggregator };
};

Expand Down
2 changes: 0 additions & 2 deletions packages/smart-wallet/src/invitations.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export const makeInvitationsHelper = (
const purseAmount = await E(invitationsPurse).getCurrentAmount();
const invitations = AmountMath.getValue(invitationBrand, purseAmount);

console.log('DEBUG searching invitations', invitations, 'for', instance);

const matches = invitations.filter(
details =>
description === details.description && instance === details.instance,
Expand Down

0 comments on commit 7410bb7

Please sign in to comment.