From: Björn Schießle Date: Thu, 7 Feb 2013 12:16:15 +0000 (+0100) Subject: remove debug output X-Git-Tag: v5.0.0alpha1~89^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce293b8efc665ae0281787ed36979d1c8608290b;p=nextcloud-server.git remove debug output --- 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")));