[Pkg-owncloud-commits] [php-sabredav] 04/80: remove dead lines

David Prévot taffit at moszumanska.debian.org
Thu Jan 7 02:56:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 6e63a2777b02b8d2e6a17fa555d6c96a09d9fb7f
Author: vmire <vincent_257 at mireau.com>
Date:   Tue Jul 14 23:12:48 2015 +0200

    remove dead lines
---
 lib/DAVACL/PrincipalBackend/AbstractBackend.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/DAVACL/PrincipalBackend/AbstractBackend.php b/lib/DAVACL/PrincipalBackend/AbstractBackend.php
index 10dd97b..5a28a28 100644
--- a/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+++ b/lib/DAVACL/PrincipalBackend/AbstractBackend.php
@@ -44,13 +44,6 @@ abstract class AbstractBackend implements BackendInterface {
             ['{http://sabredav.org/ns}email-address' => substr($uri, 7)]
         );
 
-		//searchPrincipals did the search with wildcards (%email%)
-		//here, we only want exact matches
-		for($i=0;$i<count($result);$i++){
-			$uri = $result[$i];
-			error_log("Principal URI: ".$uri);
-		}
-
         if ($result) {
             return $result[0];
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list