Skip to content

Commit 20f1853

Browse files
committed
remove console.log
1 parent 7ed0996 commit 20f1853

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/viewModel/codeCellViewModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export class CodeCellViewModel extends BaseCellViewModel implements ICellViewMod
128128
state.totalHeight = true;
129129
}
130130

131-
console.log(this._layoutInfo);
132131
this._fireOnDidChangeLayout();
133132
}
134133

0 commit comments

Comments
 (0)