From aa3ae700b0a971296b84c3c4290031e566005a1f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 26 May 2017 17:49:26 +0200 Subject: remove stray console log --- test/contract_wrapper_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/contract_wrapper_test.ts b/test/contract_wrapper_test.ts index 65eceb827..db8f9d103 100644 --- a/test/contract_wrapper_test.ts +++ b/test/contract_wrapper_test.ts @@ -92,7 +92,6 @@ describe('ExchangeWrapper', () => { }); it('should return true if the signature does pertain to the dataHex & address', async () => { const isValid = await exchangeWrapper.isValidSignatureAsync(dataHex, signature, address); - console.log('isValid', isValid); expect(isValid).to.be.true; }); }); -- cgit v1.2.3