Skip to content

Commit 6a2d035

Browse files
committed
revert console logs
1 parent 0aa9168 commit 6a2d035

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/vs/base/browser/ui/menu/menu.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@ export class Menu extends ActionBar {
206206
const scrollElement = this.scrollableElement.getDomNode();
207207
scrollElement.style.position = '';
208208

209-
console.log(`Window Inner Height: ${window.innerHeight}px`);
210-
console.log(`Menu Container Bounding Rect Top: ${container.getBoundingClientRect().top}px`);
211-
console.log(container);
212-
213-
214209
menuElement.style.maxHeight = `${Math.max(10, window.innerHeight - container.getBoundingClientRect().top - 30)}px`;
215210

216211
this.menuDisposables.add(this.scrollableElement.onScroll(() => {

0 commit comments

Comments
 (0)