Remove debugger from editor template

This commit is contained in:
Peter Stockings
2023-12-19 21:24:46 +11:00
parent 223afec05d
commit fc2ca7c4e8

View File

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