]> source.dussan.org Git - nextcloud-server.git/commitdiff
ups. remove debug
authorFrank Karlitschek <frank@owncloud.org>
Fri, 4 Oct 2013 07:42:38 +0000 (09:42 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 4 Oct 2013 07:42:38 +0000 (09:42 +0200)
lib/private/util.php

index cb33e3597a2849137c22ae8423f0100bf7cb3b2c..a4e9d07147e90ec43467a23c8740f916c7069658 100755 (executable)
@@ -96,10 +96,8 @@ class OC_Util {
        /**
         * @brief copies the user skeleton files into the fresh user home files
         * @param string $userDirectory
-        * @return void
         */
        public static function copySkeleton($userDirectory) {
-               error_log('skeleton init '.$userDirectory);
                OC_Util::copyr(\OC::$SERVERROOT.'/core/skeleton' , $userDirectory);
        }