diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/ajax/delete.php | 1 |
1 files changed, 0 insertions, 1 deletions
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"))); |