removed unnecessary log
This commit is contained in:
parent
dccca95c2c
commit
d45c13bfa8
@ -214,7 +214,6 @@ export class ExchangeWrapper {
|
|||||||
{ from },
|
{ from },
|
||||||
);
|
);
|
||||||
const tx = await this._logDecoder.getTxWithDecodedLogsAsync(txHash);
|
const tx = await this._logDecoder.getTxWithDecodedLogsAsync(txHash);
|
||||||
console.log(JSON.stringify(tx));
|
|
||||||
return tx;
|
return tx;
|
||||||
}
|
}
|
||||||
public async getTakerAssetFilledAmountAsync(orderHashHex: string): Promise<BigNumber> {
|
public async getTakerAssetFilledAmountAsync(orderHashHex: string): Promise<BigNumber> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user