Skip to content

Commit

Permalink
Remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
pro1code1hack committed Jul 12, 2024
1 parent 41ffc73 commit 156d934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/production/src/analytics/analytics.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ export class AnalyticsController {
throw new NotFoundException('View not found.')
}

this.logger.debug(`VIEW and CUSTOM EVENTS ${JSON.stringify(view)}`)

const customEvents = view.customEvents.map(event => ({
customEventName: event.customEventName,
metaKey: event.metaKey,
Expand Down

0 comments on commit 156d934

Please sign in to comment.