Skip to content

Remove debug console.log statements from session handling#268

Merged
elsbrock merged 1 commit intomainfrom
fix/remove-session-debug-logs
Mar 25, 2026
Merged

Remove debug console.log statements from session handling#268
elsbrock merged 1 commit intomainfrom
fix/remove-session-debug-logs

Conversation

@elsbrock
Copy link
Copy Markdown
Owner

Summary

  • Remove 9 debug console.log statements from src/lib/api/backend/session.ts that log sensitive session data (tokens, session IDs, user IDs) in production
  • Retain console.error for cleanup error tracking
  • Also cleaned up stale comments

Test plan

  • npm run check passes with 0 errors/warnings
  • Verify login/logout/session renewal still works correctly

Remove 9 console.log calls that log sensitive session data (tokens, IDs)
in production. Retain console.error for cleanup error tracking.

https://claude.ai/code/session_01MKDkpd9LQ8mHfcbhFCRyPq
@elsbrock elsbrock merged commit 9a66321 into main Mar 25, 2026
3 of 4 checks passed
@elsbrock elsbrock deleted the fix/remove-session-debug-logs branch March 25, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants