Skip to content

Commit f01acc8

Browse files
committed
cleanup
1 parent 2c4005a commit f01acc8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/browser/src/eventbuilder.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ export function eventFromMessage(
252252
if (hint && hint.event_id) {
253253
event.event_id = hint.event_id;
254254
}
255-
console.log('xx 3', event, event.exception?.values![0]);
256255
return resolvedSyncPromise(event);
257256
}
258257

@@ -312,8 +311,6 @@ export function eventFromUnknownInput(
312311
addExceptionMechanism(event, {
313312
synthetic: true,
314313
});
315-
console.log('xx 1', event, event.exception?.values![0]);
316-
317314
return event;
318315
}
319316

@@ -329,8 +326,6 @@ export function eventFromUnknownInput(
329326
event = eventFromString(stackParser, exception as string, syntheticException, attachStacktrace);
330327
addExceptionTypeValue(event, `${exception}`, undefined);
331328

332-
console.log('xx 2', event, event.exception?.values![0]);
333-
334329
return event;
335330
}
336331

0 commit comments

Comments
 (0)