remove log :D

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-07 23:04:56 +01:00
parent 4d17a29c2e
commit ff7c9a88bf

View File

@@ -239,7 +239,6 @@ export async function postEvent(
const prevEvent = prevEventJob.data.payload;
const duration = getTime(payload.createdAt) - getTime(prevEvent.createdAt);
contextLogger.add('prevEvent', prevEvent);
console.log('HERE?!?!?!');
// Set path from prev screen_view event if current event is not a screen_view
if (payload.name != 'screen_view') {