Skip to content

Commit e16a498

Browse files
committed
fix: removed debug logging
1 parent 45b3ff4 commit e16a498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/integrations/debugsymbolicator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export function parseErrorStack(e: NativescriptError): StackFrame[] {
104104
if (!stack) {
105105
return [];
106106
}
107-
console.log('parseErrorStack', stack);
108107
return stackParser(stack);
109108
}
110109

0 commit comments

Comments
 (0)