remove debug output

This commit is contained in:
Bjoern Schiessle 2013-09-18 10:11:20 +02:00
parent e52639e4e6
commit 171b7ebffe

View file

@ -317,7 +317,7 @@ class Api {
if (!$checkExists) { if (!$checkExists) {
return new \OC_OCS_Result(null, 404, "share doesn't exists, can't change password"); return new \OC_OCS_Result(null, 404, "share doesn't exists, can't change password");
} }
error_log("type: $itemType");
$result = \OCP\Share::shareItem( $result = \OCP\Share::shareItem(
$itemType, $itemType,
$itemSource, $itemSource,