remove error logs
This commit is contained in:
parent
b2dde14dbc
commit
d33fabd02d
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ class Share {
|
|||
* not '/admin/data/file.txt'
|
||||
*/
|
||||
public static function getUsersSharingFile($path, $user, $includeOwner = false) {
|
||||
error_log("getuser sharing files for: " . $path . " and " . $user);
|
||||
|
||||
$shares = array();
|
||||
$publicShare = false;
|
||||
$source = -1;
|
||||
|
@ -152,7 +152,7 @@ class Share {
|
|||
error_log("source: " . $meta['fileid']);
|
||||
$source = $meta['fileid'];
|
||||
$cache = new \OC\Files\Cache\Cache($meta['storage']);
|
||||
} else error_log("no source");
|
||||
}
|
||||
|
||||
while ($source !== -1) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue