remove stray console log

This commit is contained in:
Fabio Berger 2017-05-25 12:10:08 +02:00
parent a5550a0b58
commit 56dfe6b2ff

View File

@ -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
}
});