Skip to content
Snippets Groups Projects
Commit ce293b8e authored by Björn Schießle's avatar Björn Schießle
Browse files

remove debug output

parent 7e874af2
Branches
No related tags found
Loading
......@@ -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")));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment