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");
|
const downloadButton = $("#downloadButton");
|
||||||
|
|
||||||
item.change(function () {
|
item.change(function () {
|
||||||
console.log(this.value);
|
|
||||||
|
|
||||||
if (this.value !== "") { //If value is not empty, show other options ...
|
if (this.value !== "") { //If value is not empty, show other options ...
|
||||||
formOptions.show();
|
formOptions.show();
|
||||||
|
|
||||||
|
|
Reference in a new issue