diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 11:11:07 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 11:11:07 +0100 |
commit | 60cc7d0ba27c035485df1ee62be892a468292fa3 (patch) | |
tree | 7b9bdbdbbd07d2c0d43442b0239b5654752c8ff6 | |
parent | b24e3f1d32efc3471fd2d5c54a067867635b81c1 (diff) | |
download | nextcloud-server-60cc7d0ba27c035485df1ee62be892a468292fa3.tar.gz nextcloud-server-60cc7d0ba27c035485df1ee62be892a468292fa3.zip |
debug output removed
-rw-r--r-- | apps/files_trashbin/ajax/undelete.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index cb679f26081..a118d003de7 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -15,7 +15,6 @@ foreach ($list as $file) { if ( $dirlisting=='0') { $delimiter = strrpos($file, '.d'); $filename = substr($file, 0, $delimiter); - error_log("filename : " . $filename); $timestamp = substr($file, $delimiter+2); } else { $path_parts = pathinfo($file); |