Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8d36169

Browse files
authored
Update GroupUsers.php
1 parent ab931ce commit 8d36169

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Api/Controller/GroupUsers.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ public function actionGet(ParameterBag $params)
5959
}
6060
}
6161
$group_obj["users"] = $new_users;
62-
if (\XF::$debugMode) {
63-
$group_obj["query"] = $query->getQuery();
64-
}
6562
$response[] = $group_obj;
6663
}
6764

0 commit comments

Comments
 (0)