From 9f4cebf28c30b85de71080f248260d9ae9426064 Mon Sep 17 00:00:00 2001 From: stijnb1234 Date: Wed, 7 Apr 2021 21:44:33 +0200 Subject: [PATCH] Removed debug log --- index.html | 2 -- 1 file changed, 2 deletions(-) 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();