diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts b/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts index 206fdbb090..d8007cb38c 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/cellToolbar.component.ts @@ -106,7 +106,6 @@ export class CellToolbarComponent { ); } taskbarContent.push( - { action: splitCellButton }, { element: addCellDropdownContainer }, { action: moveCellDownButton }, { action: moveCellUpButton },