Removed comment

This commit is contained in:
Dean 2023-01-23 00:42:49 +00:00
parent 37a454a7d3
commit 66932c5a7d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ export const TOUR_KEYS = {
} }
const tourEvent = eventKey => { const tourEvent = eventKey => {
console.log("Emitting EVENT ", eventKey)
analytics.captureEvent(`${ONBOARDING_EVENT_PREFIX}:${eventKey}`, { analytics.captureEvent(`${ONBOARDING_EVENT_PREFIX}:${eventKey}`, {
eventSource: EventSource.PORTAL, eventSource: EventSource.PORTAL,
}) })