diff --git a/backend/templates/main_admin.html b/backend/templates/main_admin.html
index 16ad86f..ac98b48 100644
--- a/backend/templates/main_admin.html
+++ b/backend/templates/main_admin.html
@@ -185,8 +185,6 @@
});
}
function TableActions(value, row, index) {
- console.log("Value: " + value + ", Row: " + row + ", Index: " + index)
- console.log(row)
let outerHTML = ""
if (row.Transferred == 1) {
outerHTML = " ";
@@ -197,7 +195,7 @@
}
function CopyFormatter(value, row, index) {
- return ""+value+"";
+ return ""+value+"";
}
function getIdSelections() {