-
Notifications
You must be signed in to change notification settings - Fork 34
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
How to hide the "DevTools Extension is not available" in tests #157
Comments
Hey @MikeDabrowski, I think we can just remove that console output. Do you want to open a PR for that? |
Sure I could. But are you actually sure about that? It was added for some
reason (I hope), maybe it serves some purpose? It is my 3rd day with this
lib, it's too early for me to have a say.
…On Wed, Mar 12, 2025, 19:05 Rainer Hahnekamp ***@***.***> wrote:
Hey @MikeDabrowski <https://github.com/MikeDabrowski>, I think we can
just remove that console output. Do you want to open a PR for that?
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEICW3237QAR3FJ67Y6BNR32UBZMXAVCNFSM6AAAAABY4BBJ6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJYGY4TQMRZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: rainerhahnekamp]*rainerhahnekamp* left a comment
(angular-architects/ngrx-toolkit#157)
<#157 (comment)>
Hey @MikeDabrowski <https://github.com/MikeDabrowski>, I think we can
just remove that console output. Do you want to open a PR for that?
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEICW3237QAR3FJ67Y6BNR32UBZMXAVCNFSM6AAAAABY4BBJ6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJYGY4TQMRZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, I am sure. I added it with a much too strict mindset. |
MikeDabrowski
added a commit
to MikeDabrowski/ngrx-toolkit
that referenced
this issue
Mar 13, 2025
rainerhahnekamp
pushed a commit
that referenced
this issue
Mar 13, 2025
Fixed in #158 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started using
withDevtools
and now my unit tests produce significant amount of useless info messages:How do I disable that ?
For reference the place of origin of this message:
ngrx-toolkit/libs/ngrx-toolkit/src/lib/devtools/internal/devtools-syncer.service.ts
Lines 62 to 73 in 71349df
The text was updated successfully, but these errors were encountered: