From d1eb0b448d4c6698299207acc22ffe82d5215105 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Fri, 22 Jul 2022 22:54:37 +0200
Subject: [PATCH] #677 - cleanup

---
 BudgetMasterServer/src/main/resources/static/js/transactions.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/BudgetMasterServer/src/main/resources/static/js/transactions.js b/BudgetMasterServer/src/main/resources/static/js/transactions.js
index e085a6df9..046df4d93 100644
--- a/BudgetMasterServer/src/main/resources/static/js/transactions.js
+++ b/BudgetMasterServer/src/main/resources/static/js/transactions.js
@@ -389,7 +389,6 @@ function validateForm(allowEmptyAmount = false, skipKeywordCheck = false)
         let nameContainsKeywords = checkNameForKeywords();
         if(nameContainsKeywords)
         {
-            console.log("nameContainsKeywords");
             return false;
         }
     }
-- 
GitLab