Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
adriexnet committed Sep 12, 2020
1 parent 84e19e4 commit db9d5f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/Evodex/BackLayer/Exchange/ExchangeBackLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ const ExchangeBackLayer = ({ onReload, ual, isLightMode, showMessage }) => {
[pair.pool2.asset.symbol.code().toString()]: pool2
}

console.log(walletPool)

userbalance = {
[pair.pool1.asset.symbol.code().toString()]: {
token: pair.pool1.asset.symbol.code().toString(),
Expand Down

0 comments on commit db9d5f9

Please sign in to comment.