getting rid of console log

This commit is contained in:
ingawei 2022-09-20 23:28:45 -07:00
parent 0aee3d2a29
commit 9b6205c9d4
2 changed files with 0 additions and 3 deletions

View File

@ -182,7 +182,6 @@ export function AnswerBetPanel(props: {
</Col> </Col>
<Spacer h={6} /> <Spacer h={6} />
{console.log('bet Amount pre', betAmount)}
{user ? ( {user ? (
<WarningConfirmationButton <WarningConfirmationButton
amount={betAmount} amount={betAmount}

View File

@ -120,8 +120,6 @@ export function SimpleBetPanel(props: {
const unfilledBets = useUnfilledBets(contract.id) ?? [] const unfilledBets = useUnfilledBets(contract.id) ?? []
console.log('limit order', isLimitOrder)
return ( return (
<Col className={className}> <Col className={className}>
<SellRow <SellRow