diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 09:42:38 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 09:42:38 +0200 |
commit | 47666796a73e28097be03d9de8a333907c69e5cc (patch) | |
tree | b85adde8e5ae98c0b8e06052433aa204f8a74170 /lib/private/util.php | |
parent | e49ee47e7b9cd6bc03851281d270885b9fd2d70c (diff) | |
download | nextcloud-server-47666796a73e28097be03d9de8a333907c69e5cc.tar.gz nextcloud-server-47666796a73e28097be03d9de8a333907c69e5cc.zip |
ups. remove debug
Diffstat (limited to 'lib/private/util.php')
-rwxr-xr-x | lib/private/util.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index cb33e3597a2..a4e9d07147e 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -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); } |