Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Aug 2, 2023
1 parent e357a34 commit 1c52a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/util/sentryUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function rewriteBreadcrumb(breadcrumb) {
if (breadcrumb.data?.from) {
breadcrumb.data.from = getProtocolFromURL(breadcrumb.data.from);
}
console.log('Breadcrumb', breadcrumb);

return breadcrumb;
}
Expand Down

0 comments on commit 1c52a84

Please sign in to comment.