Skip to content

Commit

Permalink
removed commented debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Aug 29, 2024
1 parent 2fe5225 commit 8e92f41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/testcases/run_in_band/feemarket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ describe('Neutron / Fee Market', () => {
balance = await bankQuerierNeutron.AllBalances({
address: nonNtrnWallet.address,
});
// console.log(ntrnBalance);
expect(
+balance.balances.find((c) => {
if (c.denom == IBC_ATOM_DENOM) {
Expand All @@ -296,7 +295,6 @@ describe('Neutron / Fee Market', () => {
return false;
}).amount,
).lessThan(+ibcBalance - +sendAmount);
// console.log(+ibcBalance - +sendAmount);
});

test('disable/enable feemarket module', async () => {
Expand Down

0 comments on commit 8e92f41

Please sign in to comment.