Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Jul 14, 2024
1 parent 91c78d9 commit 946bae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/signalizejs/src/modules/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default async ({ resolve}, options) => {
* @returns {void}
*/
window.addEventListener('unhandledrejection', (event) => {
console.log(event);
void handler({ type: 'error', message: event.reason });
});
}
Expand Down

0 comments on commit 946bae3

Please sign in to comment.