removed unnecessary log

This commit is contained in:
Greg Hysen 2018-12-11 16:03:48 -08:00
parent dccca95c2c
commit d45c13bfa8

View File

@ -214,7 +214,6 @@ export class ExchangeWrapper {
{ from },
);
const tx = await this._logDecoder.getTxWithDecodedLogsAsync(txHash);
console.log(JSON.stringify(tx));
return tx;
}
public async getTakerAssetFilledAmountAsync(orderHashHex: string): Promise<BigNumber> {