remove debug output

remotes/origin/stable6
Bjoern Schiessle 11 years ago
parent e52639e4e6
commit 171b7ebffe
  1. 2
      apps/files_sharing/lib/api.php

@ -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…
Cancel
Save