Skip to content

Commit

Permalink
πŸ§žβ€β™€οΈ no debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jul 17, 2023
1 parent e497453 commit 4e92dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jupyter/src/execute/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export function useCellExecution(id: IdOrKey, clearOutputsOnExecute = false) {
return;
}
// set busy
debugger;
busy.setCell(pageSlug, notebookSlug, cell.id, 'execute');
if (clearOutputsOnExecute) cell.clear();
// let busy state update prior to launching execute
Expand Down

0 comments on commit 4e92dc6

Please sign in to comment.