Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen committed Oct 29, 2023
1 parent 80d55be commit f8a21f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/webserver/site/src/js/markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ export default class MarketsPage extends BasePage {
const { market: mkt, currentOrder: { qty: orderQty, rate: orderRate, isLimit, sell } } = this
const baseWallet = app().assets[this.market.base.id].wallet
const quoteWallet = app().assets[mkt.quote.id].wallet
console.log('updateOrderBttnState', orderQty, mkt.cfg.lotsize)
if (!baseWallet || !quoteWallet) return

if (orderQty <= 0 || orderQty < mkt.cfg.lotsize) {
Expand Down

0 comments on commit f8a21f5

Please sign in to comment.