Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Misc/Search.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Misc/Search.php b/lib/Misc/Search.php
index 92dc080..018f112 100644
--- a/lib/Misc/Search.php
+++ b/lib/Misc/Search.php
@@ -71,9 +71,7 @@ public function startSearch($query, $from) {
private function searchInCache($query){
$cache = new CacheManager($this->db, $this->CarnetFolder);
$metadataFromCache = $cache->search($query);
- foreach($metadataFromCache as $path => $mTime){
- $this->output->writeln('found in '.$path);
-
+ foreach($metadataFromCache as $path => $mTime){
$file = array();
$file['name'] = "none";
$file['path'] = $path;