Skip to content

Cleanup: Remove debug logging and unnecessary code#4

Merged
wagnert merged 1 commit intomainfrom
develop
Jan 3, 2026
Merged

Cleanup: Remove debug logging and unnecessary code#4
wagnert merged 1 commit intomainfrom
develop

Conversation

@wagnert
Copy link
Member

@wagnert wagnert commented Jan 3, 2026

Summary

  • Removes debug console.log statements that were used during troubleshooting
  • Removes unnecessary processingSessions Set logic (no longer needed after fixing duplicate export issue)
  • Cleans up the EventHook.ts file

Changes

  • Removed 4 console.log debug statements
  • Removed processingSessions Set and related logic
  • Simplified session handling in EventHook

Context

The processingSessions logic was added during debugging of the duplicate worklogs issue. The root cause was the duplicate export (export const plugin + export default plugin), which has been fixed in v0.1.3. The debug code is no longer needed.

@wagnert wagnert merged commit d45b7a9 into main Jan 3, 2026
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.

1 participant