From dbe2a0ee9070583a2591818e19faa3a6a91870b4 Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Tue, 26 Jul 2022 10:24:16 +0200 Subject: [PATCH] Removed debug line --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index d79d1d6..2dc75e4 100644 --- a/script.js +++ b/script.js @@ -579,7 +579,6 @@ function loanLength(event, days) { var end = document.getElementById('end') var enddate = new Date() enddate.setDate(enddate.getDate() + days) - console.log(enddate) var month = enddate.getMonth() if(month < 10) { month = '0' + month