diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-07 13:16:15 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-07 13:16:15 +0100 |
commit | ce293b8efc665ae0281787ed36979d1c8608290b (patch) | |
tree | a89df2dc649bb7bddd1051000d34a12fe1f73dcf /apps/files_trashbin/ajax | |
parent | 7e874af2c89b5d3c07dae45614693dade74b190e (diff) | |
download | nextcloud-server-ce293b8efc665ae0281787ed36979d1c8608290b.tar.gz nextcloud-server-ce293b8efc665ae0281787ed36979d1c8608290b.zip |
remove debug output
Diffstat (limited to 'apps/files_trashbin/ajax')
-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"))); |