From 85e26ea3560712a5816620b7ec56f390ff5fee3a Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 4 Aug 2020 21:22:06 +0200 Subject: [PATCH] cleanup --- src/main/resources/static/js/transactions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/static/js/transactions.js b/src/main/resources/static/js/transactions.js index c3e6a8aa5..5c87becbb 100644 --- a/src/main/resources/static/js/transactions.js +++ b/src/main/resources/static/js/transactions.js @@ -314,7 +314,6 @@ function validateForm(allowEmptyAmount=false) if(endNever.checked) { - console.log("3"); return true; } -- GitLab