diff options
-rw-r--r-- | lib/public/share.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index f8a6e0313ad..8e0ab3ff4b7 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -149,7 +149,6 @@ class Share { } if($meta !== false) { - error_log("source: " . $meta['fileid']); $source = $meta['fileid']; $cache = new \OC\Files\Cache\Cache($meta['storage']); } |