Dash_renderer.dev.js logs messes my browser console

Maybe It has to do with my custom configuration but, when running the app server with the debug flag set to True I get many react logs coming from a file called: dash_renderer.dev.js:

How can I get rid off those so that I can read properly the logs coming from my own imported js files?

With the dev bundle you can’t remove the logs right now, I’ll remove the redux logger in favor of using only the redux dev tools, thanks for the report.

2 Likes

This was really fast! Thank you.

1 Like