ups. remove debug
This commit is contained in:
parent
e49ee47e7b
commit
47666796a7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue