remove debug output

This commit is contained in:
Björn Schießle 2013-02-07 13:16:15 +01:00
parent 7e874af2c8
commit ce293b8efc
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ if ($path_parts['dirname'] == '.') {
}
if (OCA\Files_Trashbin\Trashbin::delete($filename, $timestamp)) {
error_log("feinifeini");
OCP\JSON::success(array("data" => array("filename" => $file)));
} else {
OCP\JSON::error(array("data" => array("message" => "Couldn't delete ".$file. " permanently")));