Skip to content

Commit 79a202d

Browse files
committed
fix: remove console log
1 parent 17f97a5 commit 79a202d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/components/src/overlay/sheet/sheet-overlay.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export class SheetOverlayComponent {
8585

8686
this.isComponentSheet = !(sheetConfig.content instanceof TemplateRef);
8787
this.renderer = sheetConfig.content;
88-
console.log(this.globalHeaderHeightProvider.globalHeaderHeight);
8988
this.popoverRef.height(this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position));
9089
this.setWidth();
9190
this.navigationParams = sheetConfig.pageNavParams;

0 commit comments

Comments
 (0)