Removed debug log

This commit is contained in:
stijnb1234 2021-04-07 21:44:33 +02:00
parent ef42807a75
commit 9f4cebf28c

View file

@ -85,8 +85,6 @@
const downloadButton = $("#downloadButton");
item.change(function () {
console.log(this.value);
if (this.value !== "") { //If value is not empty, show other options ...
formOptions.show();