Removed debug trace.

This commit is contained in:
Christian P. MOMON 2022-11-10 11:01:52 +01:00
parent 003fb306a0
commit c8b63869b2

View file

@ -164,8 +164,6 @@ public class Category
String source1 = iterator.next();
String source2 = StringUtils.stripAccents(source1).replaceAll("[\\W\\s]", "");
System.out.println("<" + source1 + "/" + source2 + "><" + softwareName + "/" + target + "> " + StringUtils.equalsIgnoreCase(target, source1));
if (StringUtils.equalsIgnoreCase(target, source2))
{
ended = true;