diff --git a/projects/common-map/src/fm-map/effects/map.effects.ts b/projects/common-map/src/fm-map/effects/map.effects.ts index 816fc75..0e14bc1 100644 --- a/projects/common-map/src/fm-map/effects/map.effects.ts +++ b/projects/common-map/src/fm-map/effects/map.effects.ts @@ -103,12 +103,6 @@ export class MapEffects { catchError(error => of(new commonActions.Fail(error)))); })); - @Effect() - initRootItems$: Observable = this.actions$.pipe( - ofType(commonActions.INITROOTSUCCESS), - map((action) => new mapActions.Init() - )); - @Effect() startSearch$: Observable = this.actions$.pipe( ofType(mapActions.STARTSEARCH),