Skip to content

Commit 2d1da69

Browse files
committed
remove leftover console.log
1 parent af57ecd commit 2d1da69

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/editor/contrib/referenceSearch/referencesWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ export class ReferenceWidget extends PeekViewWidget {
433433
this._treeContainer.style.height = height;
434434
this._treeContainer.style.width = right;
435435
// forward
436-
console.log(widthInPixel, this._sash.ratio, widthInPixel * (1 - this._sash.ratio));
437436
this._tree.layout(heightInPixel, widthInPixel * (1 - this._sash.ratio));
438437
this._preview.layout();
439438

0 commit comments

Comments
 (0)