Remove debugger from editor template
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user