]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove debug output
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 4 Oct 2013 15:08:53 +0000 (17:08 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 17 Oct 2013 17:13:27 +0000 (19:13 +0200)
apps/user_ldap/lib/wizard.php

index 170af44e11846c07faea26dd8a4a5d2c41639948..f785042f874c5c33c65c059b83f50075d777e19f 100644 (file)
@@ -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);