Remove console.log

This commit is contained in:
James Grugett 2022-08-12 12:02:39 -05:00
parent f32d207178
commit a266de380f

View File

@ -35,8 +35,6 @@ const fetchProps = async () => {
)
.slice(0, 20)
console.log(topTradersProfit)
const topTraders = topTradersProfit.map(([user]) => user)
// Hide profit for now.