We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71349df commit 858feabCopy full SHA for 858feab
libs/ngrx-toolkit/src/lib/devtools/internal/devtools-syncer.service.ts
@@ -63,13 +63,6 @@ export class DevtoolsSyncer implements OnDestroy {
63
if (!this.#isBrowser) {
64
return;
65
}
66
-
67
- const isToolkitAvailable = Boolean(window.__REDUX_DEVTOOLS_EXTENSION__);
68
- if (!isToolkitAvailable) {
69
- console.info(
70
- 'NgRx Toolkit/DevTools: Redux DevTools Extension is not available.'
71
- );
72
- }
73
74
75
ngOnDestroy(): void {
0 commit comments