From 4e92dc67a80544ee8f32a2cf4b41f0c48618b664 Mon Sep 17 00:00:00 2001 From: stevejpurves Date: Mon, 17 Jul 2023 12:55:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=9E=E2=80=8D=E2=99=80=EF=B8=8F=20no=20?= =?UTF-8?q?debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/jupyter/src/execute/hooks.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/jupyter/src/execute/hooks.ts b/packages/jupyter/src/execute/hooks.ts index 56d472bf4..bcbcc21b1 100644 --- a/packages/jupyter/src/execute/hooks.ts +++ b/packages/jupyter/src/execute/hooks.ts @@ -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