From 8cc7bab0e5e8245977dbc0a52e89fc8a7a0f8552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Wed, 6 Feb 2013 16:25:10 +0100 Subject: [PATCH] delete debug code --- apps/files_trashbin/ajax/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index fe41f53d49..a166ce55c8 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -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)));