Skip to content

Commit

Permalink
Flip debug back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAsjes committed Jan 8, 2025
1 parent bae11b8 commit 61f9127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/session.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jest.mock('jose', () => ({
}));

// logging is disabled by default, flip this to true to still have logs in the console
const DEBUG = true;
const DEBUG = false;

describe('session.ts', () => {
const mockSession = {
Expand Down

0 comments on commit 61f9127

Please sign in to comment.