Removed debug log
This commit is contained in:
parent
ef42807a75
commit
9f4cebf28c
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Reference in a new issue