From cd10165510865bee842bed4d8c986ffbf67ac548 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Fri, 30 Oct 2020 13:12:13 +0100 Subject: [PATCH] Remove old init --- projects/common-map/src/fm-map/effects/map.effects.ts | 6 ------ 1 file changed, 6 deletions(-) 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),