delete debug code

remotes/origin/stable5
Björn Schießle 12 years ago
parent e2516a2b65
commit 8cc7bab0e5
  1. 2
      apps/files_trashbin/ajax/delete.php

@ -14,7 +14,7 @@ if ($path_parts['dirname'] == '.') {
$filename = $file;
$timestamp = null;
}
sleep(5);
if (OCA_Trash\Trashbin::delete($filename, $timestamp)) {
error_log("feinifeini");
OCP\JSON::success(array("data" => array("filename" => $file)));

Loading…
Cancel
Save