debug output removed

This commit is contained in:
Björn Schießle 2013-01-31 14:48:57 +01:00
parent 54eeb8b8fc
commit dff5148f6d
1 changed files with 0 additions and 1 deletions

View File

@ -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);