diff options
Diffstat (limited to 'test/0x.js.ts')
-rw-r--r-- | test/0x.js.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/0x.js.ts b/test/0x.js.ts index 644bc63b2..4d0b03a2a 100644 --- a/test/0x.js.ts +++ b/test/0x.js.ts @@ -52,7 +52,6 @@ describe('ZeroEx library', () => { const isValid = ZeroEx.isValidSignature(data, malformedSignature, address); throw new Error('isValidSignature should have thrown'); } catch (err) { - console.log(err); // continue } }); |