Skip to content

Commit 4526eaa

Browse files
committed
remove extraneous console log
1 parent 3270800 commit 4526eaa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ export class MenuBar extends Disposable {
942942
menuHolder.style.top = `0px`;
943943
menuHolder.style.right = `${this.container.clientWidth}px`;
944944
menuHolder.style.left = 'auto';
945-
console.log(customMenu.buttonElement.getBoundingClientRect().right - this.container.clientWidth);
946945
} else {
947946
menuHolder.style.top = `${this.container.clientHeight}px`;
948947
menuHolder.style.left = `${customMenu.buttonElement.getBoundingClientRect().left}px`;

0 commit comments

Comments
 (0)