aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-20 07:11:01 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-20 07:11:01 +0800
commit51779fec38a32c0bbbc0209559f84aeda8a45d1a (patch)
tree9ec0cfd369b69ac1e071bfe75a21a599e3cce5e8 /packages/instant/src/components
parentac2d93ab2261e19f87870f4143806d62c1d1c619 (diff)
downloaddexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar.gz
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar.bz2
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar.lz
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar.xz
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.tar.zst
dexon-sol-tools-51779fec38a32c0bbbc0209559f84aeda8a45d1a.zip
linting
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r--packages/instant/src/components/buy_button.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/buy_button.tsx b/packages/instant/src/components/buy_button.tsx
index 5eef18aa3..9a3ded699 100644
--- a/packages/instant/src/components/buy_button.tsx
+++ b/packages/instant/src/components/buy_button.tsx
@@ -46,7 +46,6 @@ export class BuyButton extends React.Component<BuyButtonProps> {
await web3Wrapper.awaitTransactionSuccessAsync(txnHash);
this.props.onBuySuccess(this.props.buyQuote, txnHash);
} catch (e) {
- console.log('error', e);
this.props.onBuyFailure(this.props.buyQuote, txnHash);
}
};