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')