diff --git a/web/lib/service/analytics.ts b/web/lib/service/analytics.ts index 40c8c3f9be..5a8de18112 100644 --- a/web/lib/service/analytics.ts +++ b/web/lib/service/analytics.ts @@ -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'