Skip to content

Commit

Permalink
database: remove debug info from index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 authored Oct 16, 2024
1 parent 8df8228 commit 3da5851
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions database/webif/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@
document.getElementById('orphan-item-name').textContent = "";
document.getElementById('orphanSelect').selectedIndex = 0;

// debug: show call parameters
// alert("shngPost('', {orphan_id: " + orphanID + ", new_id: " + newID + "});");

var mydata = {"orphan_id": orphanID, "new_id": newID};
$.ajax({
type: "POST",
Expand Down

0 comments on commit 3da5851

Please sign in to comment.