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