Skip to content

Commit

Permalink
refactor: enabled logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Merck committed Jun 25, 2023
1 parent 87dcb75 commit 7d6f8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare global {
}
}

Logger.getInstance().disableLogging();
Logger.getInstance().enableLogging();

window.addEventListener('load', () => {
if ('serviceWorker' in navigator) {
Expand Down

0 comments on commit 7d6f8b9

Please sign in to comment.