ups. remove debug

This commit is contained in:
Frank Karlitschek 2013-10-04 09:42:38 +02:00
parent e49ee47e7b
commit 47666796a7
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}