delete debug code

This commit is contained in:
Björn Schießle 2013-02-06 16:25:10 +01:00
parent e2516a2b65
commit 8cc7bab0e5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if ($path_parts['dirname'] == '.') {
$filename = $file;
$timestamp = null;
}
sleep(5);
if (OCA_Trash\Trashbin::delete($filename, $timestamp)) {
error_log("feinifeini");
OCP\JSON::success(array("data" => array("filename" => $file)));