]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 7 Feb 2013 12:16:15 +0000 (13:16 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 7 Feb 2013 12:16:15 +0000 (13:16 +0100)
apps/files_trashbin/ajax/delete.php

index b3d41f1be64ed51f9d8f3126bbe8f5ad52d556ee..7ea0155724fa5608653f14bbdb127a07e0532ae5 100644 (file)
@@ -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")));