mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 19:54:46 +01:00
LSsearch :: cli_search : remove debug print
This commit is contained in:
parent
6597a630cf
commit
164a8fab48
1 changed files with 0 additions and 1 deletions
|
@ -1450,7 +1450,6 @@ class LSsearch {
|
||||||
|
|
||||||
// Load Console Table lib
|
// Load Console Table lib
|
||||||
$console_table_path = LSconfig :: get('ConsoleTable', 'Console/Table.php', 'string');
|
$console_table_path = LSconfig :: get('ConsoleTable', 'Console/Table.php', 'string');
|
||||||
var_dump($console_table_path);
|
|
||||||
if (!LSsession :: includeFile($console_table_path, true))
|
if (!LSsession :: includeFile($console_table_path, true))
|
||||||
LSlog :: fatal('Fail to load ConsoleTable library.');
|
LSlog :: fatal('Fail to load ConsoleTable library.');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue