Skip to content
Snippets Groups Projects
Commit 3970d1f8 authored by Björn Schießle's avatar Björn Schießle
Browse files

remove debug output

parent 4a4f705a
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,9 @@ $files = $_GET["files"];
$dir = $_GET["dir"];
$files_list = json_decode($files);
// in case we get only a single file
if ($files_list === NULL ) {
$files_list = array($files);
}
foreach ($files_list as $f) error_log("file: $f");
OC_Files::get($dir, $files_list, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment