Small bug fixes [skip ci]

This commit is contained in:
James Cole
2017-08-12 19:11:24 +02:00
parent ab1aa97af4
commit ad4a811d0a
2 changed files with 1 additions and 2 deletions

View File

@@ -113,7 +113,6 @@ class Search implements SearchInterface
}
$collector->removeFilter(InternalTransferFilter::class);
$set = $collector->getPaginatedJournals()->getCollection();
$words = $this->words;
Log::debug(sprintf('Found %d journals to check. ', $set->count()));