Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 30, 2023
1 parent 59501ea commit 8478be0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const BestBuyingOption = ({ asset, tableRef }: Props) => {
buyWithCardClassName: styles.buyWithCardClassName
}

console.log('isLoading: ', isLoading)
return isLoading ? null : (
<div
data-testid="best-buying-option-container"
Expand Down

0 comments on commit 8478be0

Please sign in to comment.