diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-04 17:08:53 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-17 19:13:27 +0200 |
commit | 5425511259397c0dee05b5d7ec8480fcc18c8184 (patch) | |
tree | ad4e27e023fd12f15eef44ea04f8d255785f406a /apps/user_ldap/lib | |
parent | ee1b59734586cd4b539fe759f81ba1925e21f4f1 (diff) | |
download | nextcloud-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.php | 1 |
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); |