Skip to content

Commit 79c908a

Browse files
committed
remove debugging
1 parent 1f1c070 commit 79c908a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

layouts/partials/njs-playground.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ <h3>NJS Function</h3>
4242
const bodyEl = document.getElementById('bodyJSON');
4343
const headersContainerEl = document.getElementById('headers-container');
4444
const addHeaderBtn = document.getElementById('add-header');
45-
debugger;
4645
// Initialize headers with one empty pair
4746
addHeaderField();
4847

@@ -88,7 +87,6 @@ <h3>NJS Function</h3>
8887
let bodyContent;
8988
try {
9089
bodyContent = bodyEl.value ? JSON.parse(bodyEl.value) : null;
91-
debugger;
9290
} catch (e) {
9391
alert('Invalid JSON in body');
9492
return;

0 commit comments

Comments
 (0)