You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed verbose debug logs that don't provide value in production:
- [STREAM TIMER] prefixed logs tracking stream state changes
- Normal flow logs (401 during polling is expected behavior)
- Success path logs that don't add meaningful information
- Component mount/initialization logs
Kept important logger.info, logger.warn, and logger.error calls that
provide meaningful information about actual issues or important events.
0 commit comments