From 8cc7bab0e5e8245977dbc0a52e89fc8a7a0f8552 Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Wed, 6 Feb 2013 16:25:10 +0100 Subject: delete debug code --- apps/files_trashbin/ajax/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index fe41f53d49e..a166ce55c88 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))); -- cgit v1.2.3