summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-31 14:48:57 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-31 14:48:57 +0100
commitdff5148f6dec899f095cefb3751a7d1f0cc361fe (patch)
treed930cea470db237b6238185ef790f3067bff3f23
parent54eeb8b8fcff13d29ae363e7ca5e6da707fdd6b7 (diff)
downloadnextcloud-server-dff5148f6dec899f095cefb3751a7d1f0cc361fe.tar.gz
nextcloud-server-dff5148f6dec899f095cefb3751a7d1f0cc361fe.zip
debug output removed
-rw-r--r--apps/files_trashbin/download.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/download.php b/apps/files_trashbin/download.php
index a987dd4fd1e..665697dca5f 100644
--- a/apps/files_trashbin/download.php
+++ b/apps/files_trashbin/download.php
@@ -29,7 +29,6 @@ $filename = $_GET["file"];
$view = new OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin');
if(!$view->file_exists($filename)) {
- error_log("file does not exist... " . $view->getInternalPath($filename));
header("HTTP/1.0 404 Not Found");
$tmpl = new OCP\Template( '', '404', 'guest' );
$tmpl->assign('file', $filename);