-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Silence Logs in debug mode of Karma browser #3445
Comments
I tried with mocha browser tests like I can't reproduce it. Can you provide mcvc? |
When #3477 is merged, the But he is running the @chrisdel101, does your problem improve if you specify |
I added the additional I've commented out the line in question in mocha.js to fix this for now, and it makes it useable. I checked with my teammates and we have these logs happening so it's something that needs investigation here. I am closing this as I cannot provide the investigation necessary now (and apologies for not providing enough info about OS etc to begin with). Thanks! |
Full Disclosure: never used Karma From quick glance, these "karma.conf.js" configuration options might be applicable.
Your "patch" disables all output sent to Good luck and let us know if one of these options resolves your problem (without requiring you to comment out any code). |
Description
In the Karma debug console there are lines of useless output. This is traced to the module. I`d like to know how to fix this.
Steps to Reproduce
Once Karma is running, open debug console in browser and logs appear (see image)
It seems to be this piece in moch.js. If comment out the logs, things work as expected. (line 6959 for me)
How would I deal with fixing this permanently so I don`t see these logs? I'm not sure how to do this, or if it is possible, or if this is an issue on my end how I can solve it.
The text was updated successfully, but these errors were encountered: