Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Feb 15, 2017
1 parent 6f5e69e commit 2d4cb4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/dav/lib/Files/FileSearchBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ public function search(BasicSearch $search) {
/** @var Folder $folder $results */
$results = $folder->search($query);

var_dump(array_map(function (Node $node) {
return $node->getPath();
}, $results));

return array_map(function (Node $node) {
if ($node instanceof Folder) {
return new SearchResult(new \OCA\DAV\Connector\Sabre\Directory($this->view, $node, $this->tree, $this->shareManager), $this->getHrefForNode($node));
Expand Down

0 comments on commit 2d4cb4d

Please sign in to comment.