Skip to content

Commit

Permalink
remove system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou committed Apr 29, 2024
1 parent b8df846 commit 3041195
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ private Optional<String> parseTitle(final JsonObject aRootNode, final JsonObject
}

private Optional<String> cleanupTitle(String title) {
if (!title.replaceAll("\\(CC.*\\) - .* Creative Commons.*", "").equalsIgnoreCase(title)) {
System.out.println("FOUND !!! ");
}

return Optional.of(title.replaceAll("\\(CC.*\\) - .* Creative Commons.*", ""));
}

Expand Down

0 comments on commit 3041195

Please sign in to comment.