remove stray console log
This commit is contained in:
@@ -92,7 +92,6 @@ describe('ExchangeWrapper', () => {
|
|||||||
});
|
});
|
||||||
it('should return true if the signature does pertain to the dataHex & address', async () => {
|
it('should return true if the signature does pertain to the dataHex & address', async () => {
|
||||||
const isValid = await exchangeWrapper.isValidSignatureAsync(dataHex, signature, address);
|
const isValid = await exchangeWrapper.isValidSignatureAsync(dataHex, signature, address);
|
||||||
console.log('isValid', isValid);
|
|
||||||
expect(isValid).to.be.true;
|
expect(isValid).to.be.true;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user