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
It seems like this cannot be handled with webpack by a Dash user (e.g., use a DEBUG or production flag) because the dash-renderer bundle is included separately. Should the logger be removed entirely for the dash-renderer production bundle? It is helpful for debugging during development.
Description
A large application floods the console with logging statements due to https://github.com/plotly/dash-renderer/blob/master/src/store.js#L18. There is already a TODO here to remove the logger.
Implementation discussion
It seems like this cannot be handled with webpack by a Dash user (e.g., use a
DEBUGor production flag) because thedash-rendererbundle is included separately. Should the logger be removed entirely for thedash-rendererproduction bundle? It is helpful for debugging during development.