From fc2ca7c4e89bfd17bf76f85568295788dd9ff79b Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 19 Dec 2023 21:24:46 +1100 Subject: [PATCH] Remove debugger from editor template --- templates/function_editor.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/function_editor.html b/templates/function_editor.html index b8633b9..27e8a27 100644 --- a/templates/function_editor.html +++ b/templates/function_editor.html @@ -43,7 +43,6 @@ }) .then(text => { try { - debugger; const data = JSON.parse(text); // Try to parse the response as JSON const output_el = document.querySelector('#output')