Skip to content

Commit 90b9f4e

Browse files
committed
remove debug code
1 parent 1c6fba6 commit 90b9f4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interface/web/dashboard/dashlets/limits.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ function clientid_to_groups_list($client_id) {
238238
if ($client_id != null) {
239239
// Get the clients groupid, and incase it's a reseller the groupid's of it's clients.
240240
$group = $app->db->queryOneRecord("SELECT GROUP_CONCAT(groupid) AS groups FROM `sys_group` WHERE client_id IN (SELECT client_id FROM `client` WHERE client_id=? OR parent_client_id=?)", $client_id, $client_id);
241-
dnl($group);
242-
dnl($client_id);
243241
return $group['groups'];
244242
}
245243
return null;

0 commit comments

Comments
 (0)