Skip to content

Commit

Permalink
disable console log
Browse files Browse the repository at this point in the history
  • Loading branch information
b1acksun committed May 17, 2018
1 parent f29e9bc commit 2160ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/elements/LocalizedCurrency.jsx
Expand Up @@ -107,7 +107,6 @@ class LocalizedCurrency extends React.Component {
lang = ((navigator.languages && navigator.languages[0]) || navigator.language || navigator.userLanguage)
}
nRounding = localStorage.getItem('xchange.rounding')
console.log("vesting_shares = ", vesting_shares)
if(!nRounding){
if(vesting_shares < 10000000 && vesting_shares != 0) //FIXME this is vesting_shares param. Move to config file needed
nRounding = FRACTION_DIGITS_MARKET
Expand Down

0 comments on commit 2160ab9

Please sign in to comment.