Remove unnecessary debug logs

This commit is contained in:
2023-10-06 16:19:07 +00:00
parent d8899267c3
commit d1b865f16f
2 changed files with 0 additions and 5 deletions

View File

@ -35,8 +35,6 @@
})
function TableActionsFormatter(value, row, index) {
console.log("Value: " + value + ", Row: " + row + ", Index: " + index)
console.log(row)
if (getOwnedEntries().includes(row.entry_ID)) {
return "<button type='button' class='btn btn-danger' data-toggle='tooltip' data-placement='top' title='Eintrag zurückziehen' onclick=\"event.stopPropagation();$(this).tooltip('dispose');requestDeletionAsUser(" + row["entry_ID"] + ")\"><i class='fas fa-trash'></i></button>"
}