From ce293b8efc665ae0281787ed36979d1c8608290b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Thu, 7 Feb 2013 13:16:15 +0100 Subject: [PATCH] remove debug output --- apps/files_trashbin/ajax/delete.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index b3d41f1be64..7ea0155724f 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -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"))); -- 2.39.5