Skip to content

Commit

Permalink
πŸ‘Œ remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Apr 2, 2021
1 parent 7631513 commit 8819ec5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/domain/automaticErrorCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ function buildErrorFromParams(params: unknown[]) {
message: ['console error:', ...params].map((param) => formatConsoleParameters(formatErrorMessage, param)).join(' '),
stack: firstErrorParam ? toStackTraceString(computeStackTrace(firstErrorParam)) : undefined,
}
return {
message: ['console error:', ...params].map((param) => formatConsoleParameters(toStackTraceString, param)).join(' '),
}
}

export function stopConsoleTracking() {
Expand Down

0 comments on commit 8819ec5

Please sign in to comment.