diff --git a/setup/ldapexport.php b/setup/ldapexport.php
index 16e9b6b9ec..f8a8ba12df 100644
--- a/setup/ldapexport.php
+++ b/setup/ldapexport.php
@@ -145,10 +145,6 @@
}
$id_exist = $groups->exists((int)$thisacctid);
- echo '
accountid: ' . $thisacctid;
- echo '
accountlid: ' . $thisacctlid;
- echo '
exists: ' . $id_exist;
-
/* If not, create it now. */
if(!$id_exist)
{
@@ -195,7 +191,6 @@
// If not, create it now.
if(!$id_exist)
{
- echo '
Adding' . $thisacctid;
$thisaccount_info = array(
'account_type' => 'u',
'account_id' => $thisacctid,