remove debug output
This commit is contained in:
parent
e52639e4e6
commit
171b7ebffe
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class Api {
|
|||
if (!$checkExists) {
|
||||
return new \OC_OCS_Result(null, 404, "share doesn't exists, can't change password");
|
||||
}
|
||||
error_log("type: $itemType");
|
||||
|
||||
$result = \OCP\Share::shareItem(
|
||||
$itemType,
|
||||
$itemSource,
|
||||
|
|
Loading…
Reference in a new issue