aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/main.js b/assets/main.js
index 4f72add..4662482 100644
--- a/assets/main.js
+++ b/assets/main.js
@@ -116,8 +116,6 @@ function control_remove_button() {
const removeInput = document.getElementsByName('remove-input')[0]
const removeButton = document.getElementById('remove-button')
- console.log(removeInput, removeButton)
-
if (removeInput && removeButton) {
removeInput.addEventListener('input', () => {
if (removeInput.value.trim() == removeInput.getAttribute('data-name')) {