Skip to content

Commit e36c9bb

Browse files
AmitMYyairtawil
authored andcommitted
fix(map): remove rogue console log
1 parent ebfd5cb commit e36c9bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/app/app-effects/effects/map.app.effects.ts

-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export class MapAppEffects {
256256
.filter((caseMapState: CaseMapState) => !isNil(caseMapState))
257257
.map((caseMapState: CaseMapState) => {
258258
startTimingLog(`LOAD_OVERLAY_${caseMapState.data.overlay.id}`);
259-
console.log(caseMapState);
260259
return new DisplayOverlayAction({
261260
overlay: caseMapState.data.overlay,
262261
mapId: caseMapState.id,

0 commit comments

Comments
 (0)