Remove debugger from editor template
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
})
|
})
|
||||||
.then(text => {
|
.then(text => {
|
||||||
try {
|
try {
|
||||||
debugger;
|
|
||||||
const data = JSON.parse(text); // Try to parse the response as JSON
|
const data = JSON.parse(text); // Try to parse the response as JSON
|
||||||
|
|
||||||
const output_el = document.querySelector('#output')
|
const output_el = document.querySelector('#output')
|
||||||
|
|||||||
Reference in New Issue
Block a user