Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Sep 10, 2024
1 parent 418344f commit 36faf3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/controllers/analytic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ analyticController.router.post(
AppDataSource.getRepository(User).createQueryBuilder('user').select('user.firstlogin').where({ id: data.userId }).getRawOne(),
]);

console.log('User Phase in analytics', userPhase);

if (sessionCount === 0 && data.event === 'pageview' && data.params?.isInitial) {
const session = new AnalyticSession();
session.id = data.sessionId;
Expand Down

0 comments on commit 36faf3b

Please sign in to comment.