Skip to content

Commit

Permalink
fix(remove logs)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jun 6, 2018
1 parent 9eefa90 commit 807d833
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class CoinifyBuyContainer extends React.Component {
}

componentDidMount () {
console.log('Buy did mount')
this.props.coinifyActions.initializeCheckoutForm('buy')
this.props.coinifyDataActions.fetchTrades()
this.props.coinifyDataActions.getKycs()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class SellContainer extends React.Component {
}

componentDidMount () {
console.log('Sell did mount')
this.props.coinifyDataActions.getKycs()
this.props.sendBtcActions.sendBtcInitialized({ feeType: 'priority' })
this.props.coinifyActions.initializeCheckoutForm('sell')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const Sell = props => {

const profile = value.profile || { _limits: service.mockedLimits, _level: { currency: 'EUR' } }
const kyc = value.kycs.length && head(value.kycs)
console.log(kyc)
const defaultCurrency = currency || 'EUR' // profile._level.currency
const symbol = service.currencySymbolMap[defaultCurrency]

Expand Down

0 comments on commit 807d833

Please sign in to comment.