Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Mar 20, 2024
1 parent 8dc0ff4 commit 7b526b8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/lib/service/analytics.ts
Expand Up @@ -118,15 +118,6 @@ function insertUserEvent(
commentId?: string | null,
adId?: string | null
) {
console.log(
'insertUserEvent',
name,
data,
userId,
contractId,
commentId,
adId
)
if ((name === 'view market' || name === 'view market card') && contractId) {
const kind = !!data?.isPromoted
? 'promoted'
Expand Down

0 comments on commit 7b526b8

Please sign in to comment.