debug output removed

remotes/origin/stable5
Björn Schießle 14 years ago
parent b24e3f1d32
commit 60cc7d0ba2
  1. 1
      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);

Loading…
Cancel
Save