aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-10-04 17:08:53 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-10-17 19:13:27 +0200
commit5425511259397c0dee05b5d7ec8480fcc18c8184 (patch)
treead4e27e023fd12f15eef44ea04f8d255785f406a /apps/user_ldap/lib
parentee1b59734586cd4b539fe759f81ba1925e21f4f1 (diff)
downloadnextcloud-server-5425511259397c0dee05b5d7ec8480fcc18c8184.tar.gz
nextcloud-server-5425511259397c0dee05b5d7ec8480fcc18c8184.zip
Remove debug output
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/wizard.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index 170af44e118..f785042f874 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -83,7 +83,6 @@ class Wizard extends LDAPUtility {
throw new \Exception(self::$l->t('Could not find any objectClass'));
}
$setOCs = $this->configuration->ldapUserFilterObjectclass;
- file_put_contents('/tmp/set', print_r($setOCs, true));
if(is_array($setOCs) && !empty($setOCs)) {
//something is already configured? pre-select it.
$this->result->addChange('ldap_userfilter_objectclass', $setOCs);