remove debug output
This commit is contained in:
parent
7e874af2c8
commit
ce293b8efc
1 changed files with 0 additions and 1 deletions
|
@ -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")));
|
||||
|
|
Loading…
Reference in a new issue