remove stray console log
This commit is contained in:
parent
a5550a0b58
commit
56dfe6b2ff
@ -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
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user