]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 18 Sep 2013 08:11:20 +0000 (10:11 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 18 Sep 2013 08:11:20 +0000 (10:11 +0200)
apps/files_sharing/lib/api.php

index 87841150de7f11f1b42a2e0a6e53349fcd26178b..b88850bf17d208029baf0e2510211e61cb90c1ca 100644 (file)
@@ -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,