Commit 8b121bd7a24296062db7665875f806f8479d3167
1 parent
29f5918b
Exists in
master
and in
3 other branches
oubli debug
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/Model/Table/LdapConnectionsTable.php
@@ -195,7 +195,6 @@ class LdapConnectionsTable extends AppTable { | @@ -195,7 +195,6 @@ class LdapConnectionsTable extends AppTable { | ||
195 | for($i = 0; $i < sizeof($utilisateurs); $i++) { | 195 | for($i = 0; $i < sizeof($utilisateurs); $i++) { |
196 | $users[$utilisateurs[$i]] = $utilisateurs[$i]; | 196 | $users[$utilisateurs[$i]] = $utilisateurs[$i]; |
197 | } | 197 | } |
198 | - debug($users); | ||
199 | 198 | ||
200 | return $users; | 199 | return $users; |
201 | } | 200 | } |