diff options
author | Joris | 2022-09-04 11:28:47 +0200 |
---|---|---|
committer | Joris | 2022-09-04 11:28:47 +0200 |
commit | 26237238cd8f2daf501af89b3b1427eccc193375 (patch) | |
tree | a678d6ded07b994b2593f9468f42d57ff22fdab5 | |
parent | 60a4c7015058d169e88490dfec36e8b2c85ae02e (diff) |
Remove logging
-rw-r--r-- | assets/main.js | 2 |
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')) { |