Remove logger calls

This commit is contained in:
Andrew Manning 2016-07-24 08:35:21 -04:00
parent 6998bb1f23
commit 4c4d185937

View File

@ -221,8 +221,7 @@ class Plugin extends DAV\ServerPlugin {
if ($_FILES) $file = current($_FILES);
else break;
logger('$_FILES: ' . json_encode($_FILES));
logger('$file: ' . json_encode($file));
list(, $newName) = URLUtil::splitPath(trim($file['name']));
if (isset($postVars['name']) && trim($postVars['name']))
$newName = trim($postVars['name']);