getting rid of console log
This commit is contained in:
parent
0aee3d2a29
commit
9b6205c9d4
|
@ -182,7 +182,6 @@ export function AnswerBetPanel(props: {
|
|||
</Col>
|
||||
|
||||
<Spacer h={6} />
|
||||
{console.log('bet Amount pre', betAmount)}
|
||||
{user ? (
|
||||
<WarningConfirmationButton
|
||||
amount={betAmount}
|
||||
|
|
|
@ -120,8 +120,6 @@ export function SimpleBetPanel(props: {
|
|||
|
||||
const unfilledBets = useUnfilledBets(contract.id) ?? []
|
||||
|
||||
console.log('limit order', isLimitOrder)
|
||||
|
||||
return (
|
||||
<Col className={className}>
|
||||
<SellRow
|
||||
|
|
Loading…
Reference in New Issue
Block a user