Commit da7d9e5dad5253bd9f469f8eee4a7c9d82d675e0

Authored by Etienne Pallier
1 parent ff89f3fc
Exists in master and in 2 other branches dev, dev-IRAP

bugfix2

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/Model/Table/LdapConnectionsTable.php
... ... @@ -35,6 +35,7 @@ class LdapConnectionsTable extends AppTable
35 35  
36 36 private $fakeLDAPUsers = [];
37 37  
  38 + // print only if debug mode ON
38 39 private function mydebugmsg($arg, $stop = false)
39 40 {
40 41 if ($this->DEBUG_MODE) {
... ...