removed commented debug

This commit is contained in:
itsdivyanshjain 2022-09-25 11:41:30 -04:00
parent 121e6f1eb1
commit 0602baaba5
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@
arr.push(value);
document.getElementById("json_event_"+i).innerText = "";
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
//document.getElementById("json_clipboard"+i).json_clipboard_
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
}
</script>

View File

@ -9,7 +9,6 @@
arr.push(value);
document.getElementById("json_event_"+i).innerText = "";
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
//document.getElementById("json_clipboard"+i).json_clipboard_
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
}
</script>