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>
<Spacer h={6} />
{console.log('bet Amount pre', betAmount)}
{user ? (
<WarningConfirmationButton
amount={betAmount}

View File

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