Skip to content

Commit cfb26b3

Browse files
committed
Remove left-over console.log
1 parent 7ac4385 commit cfb26b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/editor/browser/viewParts/contentWidgets/contentWidgets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ class Widget {
391391
}
392392

393393
if (this.allowEditorOverflow) {
394-
console.log(`here i am: ${JSON.stringify(topLeft)}`);
395394
placement = this._layoutBoxInPage(topLeft, this._cachedDomNodeClientWidth, this._cachedDomNodeClientHeight, ctx);
396395
} else {
397396
placement = this._layoutBoxInViewport(topLeft, this._cachedDomNodeClientWidth, this._cachedDomNodeClientHeight, ctx);

0 commit comments

Comments
 (0)