Skip to content

Commit

Permalink
remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Sep 29, 2020
1 parent 774336d commit 1287f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/services/hover/browser/hoverWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export class HoverWidget extends Widget {
this._y = targetTop;
}
} else {
console.log('below');
const targetBottom = Math.max(...targetBounds.map(e => e.bottom));
if (targetBottom + this._hover.containerDomNode.clientHeight > window.innerHeight) {
console.log(targetBottom, this._hover.containerDomNode.clientHeight, window.innerHeight);
Expand Down

0 comments on commit 1287f6b

Please sign in to comment.