diff --git a/index.html b/index.html
index 7bf8c48..2e862b8 100644
--- a/index.html
+++ b/index.html
@@ -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();