system out removed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@158402 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-11-13 11:43:14 +00:00
parent 6b78249ed8
commit 876979c34c
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ public class Utils {
}
Matcher matcher = URL_PATTERN.matcher(originalItem);
System.out.println(URL_PATTERN.pattern());
if(matcher.find()){
logger.debug("Found match url " + matcher.group());
item = matcher.group();