Skip to content

refactor: remove console logs from getSessionSummary function#25

Merged
darshanbagade merged 1 commit into
mainfrom
fix/transaction-controllers
May 31, 2026
Merged

refactor: remove console logs from getSessionSummary function#25
darshanbagade merged 1 commit into
mainfrom
fix/transaction-controllers

Conversation

@darshanbagade

Copy link
Copy Markdown
Owner

This pull request makes a minor cleanup to the logging in the getSessionSummary controller. Specifically, it removes two console.log statements that were used for debugging purposes. This helps keep the codebase clean and avoids unnecessary logging in production.

Copilot AI review requested due to automatic review settings May 31, 2026 14:30
@darshanbagade darshanbagade self-assigned this May 31, 2026
@darshanbagade darshanbagade merged commit f1bbc11 into main May 31, 2026
1 check failed
@darshanbagade darshanbagade deleted the fix/transaction-controllers branch May 31, 2026 14:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans up getSessionSummary in the transactions controller by removing debug console.log statements, reducing unnecessary runtime logging in production.

Changes:

  • Removed logging of the requested sessionId in getSessionSummary.
  • Removed logging of the aggregate summary result in getSessionSummary.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants