aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/exchange/internal.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/exchange/internal.ts')
-rw-r--r--contracts/protocol/test/exchange/internal.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/contracts/protocol/test/exchange/internal.ts b/contracts/protocol/test/exchange/internal.ts
index 225890f02..ffe1f8a55 100644
--- a/contracts/protocol/test/exchange/internal.ts
+++ b/contracts/protocol/test/exchange/internal.ts
@@ -451,7 +451,6 @@ describe.skip('Exchange core internal functions', () => {
makerFeePaid: new BigNumber(0),
takerFeePaid: new BigNumber(0),
};
- //console.log(`EMPTY ORDER:\n ${JSON.stringify(emptySignedOrder, null ,4)}`);
await web3Wrapper.awaitTransactionSuccessAsync(
await testExchange.publicUpdateFilledState.sendTransactionAsync(
orderUtils.getOrderWithoutExchangeAddress(emptySignedOrder),