@ngrdt/menu 0.0.74 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -306,7 +306,6 @@ class RdtMenuOverlayComponent {
306
306
  return this.topLevelMenu.bodyMargin.top;
307
307
  }
308
308
  getMaxOffsetTop() {
309
- console.log(this.item().label, this.topLevelMenu.clientSize.height, this._box.height, this.topLevelMenu.bodyMargin.bottom);
310
309
  return (this.topLevelMenu.clientSize.height -
311
310
  this._box.height -
312
311
  this.topLevelMenu.bodyMargin.bottom);
@@ -1052,7 +1051,6 @@ class RdtMenuBaseComponent {
1052
1051
  this.measureButtonContainer();
1053
1052
  this.measureClientSize();
1054
1053
  this.readMargin();
1055
- console.log('containerRect', this.buttonContainerRect);
1056
1054
  }
1057
1055
  readMargin() {
1058
1056
  const computedStyle = getComputedStyle(this.elRef.nativeElement);