Skip to content
Snippets Groups Projects
Commit d1eb0b44 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#677 - cleanup

parent 30fb8393
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,6 @@ function validateForm(allowEmptyAmount = false, skipKeywordCheck = false) ...@@ -389,7 +389,6 @@ function validateForm(allowEmptyAmount = false, skipKeywordCheck = false)
let nameContainsKeywords = checkNameForKeywords(); let nameContainsKeywords = checkNameForKeywords();
if(nameContainsKeywords) if(nameContainsKeywords)
{ {
console.log("nameContainsKeywords");
return false; return false;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment