mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
ups. remove debug
This commit is contained in:
parent
e49ee47e7b
commit
47666796a7
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue