diff --git a/BudgetMasterServer/src/main/resources/static/js/transactions.js b/BudgetMasterServer/src/main/resources/static/js/transactions.js index e085a6df96103c5a94adda5802c8a99c206d7ec1..046df4d93d5ca0bf23801d459a4ec3f0a5417e58 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; } }