Comment out logs
This commit is contained in:
parent
6ec1b38a21
commit
27dabc193c
|
@ -227,10 +227,10 @@ const getUserUnBetOnFollowsMarkets = async (userId: string) => {
|
||||||
)
|
)
|
||||||
|
|
||||||
const topSortedMarkets = uniqueSortedMarkets.slice(0, 10)
|
const topSortedMarkets = uniqueSortedMarkets.slice(0, 10)
|
||||||
log(
|
// log(
|
||||||
'top 10 sorted markets by followed users',
|
// 'top 10 sorted markets by followed users',
|
||||||
topSortedMarkets.map((c) => c.question + ' ' + c.popularityScore)
|
// topSortedMarkets.map((c) => c.question + ' ' + c.popularityScore)
|
||||||
)
|
// )
|
||||||
return topSortedMarkets
|
return topSortedMarkets
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,10 +297,10 @@ const getUserUnBetOnGroupsMarkets = async (
|
||||||
false
|
false
|
||||||
).slice(0, 10)
|
).slice(0, 10)
|
||||||
|
|
||||||
log(
|
// log(
|
||||||
'top 10 sorted group markets',
|
// 'top 10 sorted group markets',
|
||||||
topSortedMarkets.map((c) => c.question + ' ' + c.popularityScore)
|
// topSortedMarkets.map((c) => c.question + ' ' + c.popularityScore)
|
||||||
)
|
// )
|
||||||
return topSortedMarkets
|
return topSortedMarkets
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -378,10 +378,10 @@ const getSimilarBettorsMarkets = async (
|
||||||
false
|
false
|
||||||
).slice(0, 10)
|
).slice(0, 10)
|
||||||
|
|
||||||
log(
|
// log(
|
||||||
'top 10 sorted contracts other similar bettors have bet on',
|
// 'top 10 sorted contracts other similar bettors have bet on',
|
||||||
topMostSimilarContracts.map((c) => c.question)
|
// topMostSimilarContracts.map((c) => c.question)
|
||||||
)
|
// )
|
||||||
|
|
||||||
return topMostSimilarContracts
|
return topMostSimilarContracts
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user