From 54a796702bbad49bc8557d0ef615cdec975fa101 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 27 Jun 2023 09:23:54 +0000 Subject: [PATCH] Remove console.log --- --- a/tests/src/eth/marketplace-v2/marketplace.test.ts +++ b/tests/src/eth/marketplace-v2/marketplace.test.ts @@ -152,7 +152,6 @@ expect(ownerCross.sub).to.be.eq(sellerCross.sub); const buyerCross = await helper.ethCrossAccount.createAccountWithBalance(donor, 10n); - console.log('before buy'); // Buyer has only 10 UNQ const buyerBalance = await helper.balance.getEthereum(buyerCross.eth); -- gitstuff