-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Removed noisy logger #8429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Removed noisy logger #8429
Conversation
🧪 CI InsightsHere's what we observed from your CI run for bc3f4b8. 🟢 All jobs passed!But CI Insights is watching 👀 |
There was a problem hiding this comment.
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 removes a noisy console log statement from the scheduler worker that was logging events it couldn't process. The change replaces the log statement with a comment suggesting how to re-enable logging for debugging purposes.
- Removed console.log statement that was creating noise for unhandled worker events
- Added explanatory comment for future debugging
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|



What do these changes do?
The
resource/osparc/schedulerWorker.jsis receiving events which is not able to process. I have disabled the logger put there to help with debugging (in case of issues) and replaced it with a comment.Related issue/s
How to test
Dev-ops