Skip to content

Commit

Permalink
fix(popover): Remove console trace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonVay committed May 27, 2020
1 parent e2ae08e commit 55c07f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mosaic/popover/popover.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ export class McPopover implements OnInit, OnDestroy {
}

onPositionChange($event: ConnectedOverlayPositionChange): void {
console.trace();
let updatedPlacement = this.mcPlacement;
Object.keys(this.availablePositions).some((key) => {
if ($event.connectionPair.originX === this.availablePositions[key].originX &&
Expand Down

0 comments on commit 55c07f2

Please sign in to comment.