Skip to content

Commit

Permalink
console.log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jun 4, 2024
1 parent 9cf4bac commit b2166af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const SortingTableHeaderCell: FC<Props> = ({
setSorting(updatedSorting)
}

console.log('mobileETH....', mobile)

return (
<TableCell
title={title}
Expand Down
2 changes: 0 additions & 2 deletions apps/website/src/app/demos/dashboard-trade/utils/getPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function getPrices(
},
)

console.log('axios.prices', coingeckoPrices)

resolve(coingeckoPrices)
})
.catch(function (error) {
Expand Down

0 comments on commit b2166af

Please sign in to comment.