diff options
-rw-r--r-- | apps/files_trashbin/download.php | 1 |
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); |