Skip to content

Commit

Permalink
fix(map): remove rogue console log
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY authored and yairtawil committed Dec 28, 2017
1 parent ebfd5cb commit e36c9bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app/app-effects/effects/map.app.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export class MapAppEffects {
.filter((caseMapState: CaseMapState) => !isNil(caseMapState))
.map((caseMapState: CaseMapState) => {
startTimingLog(`LOAD_OVERLAY_${caseMapState.data.overlay.id}`);
console.log(caseMapState);
return new DisplayOverlayAction({
overlay: caseMapState.data.overlay,
mapId: caseMapState.id,
Expand Down

0 comments on commit e36c9bb

Please sign in to comment.