Removed debug trace.
This commit is contained in:
parent
003fb306a0
commit
c8b63869b2
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ public class Category
|
||||||
String source1 = iterator.next();
|
String source1 = iterator.next();
|
||||||
String source2 = StringUtils.stripAccents(source1).replaceAll("[\\W\\s]", "");
|
String source2 = StringUtils.stripAccents(source1).replaceAll("[\\W\\s]", "");
|
||||||
|
|
||||||
System.out.println("<" + source1 + "/" + source2 + "><" + softwareName + "/" + target + "> " + StringUtils.equalsIgnoreCase(target, source1));
|
|
||||||
|
|
||||||
if (StringUtils.equalsIgnoreCase(target, source2))
|
if (StringUtils.equalsIgnoreCase(target, source2))
|
||||||
{
|
{
|
||||||
ended = true;
|
ended = true;
|
||||||
|
|
Loading…
Reference in a new issue