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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/SystemService.php')
-rw-r--r--lib/Service/SystemService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/SystemService.php b/lib/Service/SystemService.php
index dbc37c3f..6f49bbcc 100644
--- a/lib/Service/SystemService.php
+++ b/lib/Service/SystemService.php
@@ -200,7 +200,6 @@ class SystemService {
*/
public function getContactsGroupMembers($query = '') {
$contacts = array();
- \OC::$server->getLogger()->alert('Suche nach Gruppe: ' . $query);
foreach (\OC::$server->getContactsManager()->search($query, array('CATEGORIES')) as $contact) {
if (
!array_key_exists('isLocalSystemBook', $contact)