diff --git a/core/src/main/groovy/com/muwire/core/search/ResultsParser.groovy b/core/src/main/groovy/com/muwire/core/search/ResultsParser.groovy index 8b0d7db7..b44f9a38 100644 --- a/core/src/main/groovy/com/muwire/core/search/ResultsParser.groovy +++ b/core/src/main/groovy/com/muwire/core/search/ResultsParser.groovy @@ -109,7 +109,6 @@ class ResultsParser { if (json.collections != null) { collections = new HashSet<>() json.collections.collect(collections, { new InfoHash(Base64.decode(it)) }) - collections = json.collections } log.fine("Received result from ${p.getHumanReadableName()} name \"$name\" infoHash:\"${json.infohash}\"")