Remove logger calls
This commit is contained in:
parent
6998bb1f23
commit
4c4d185937
3
vendor/sabre/dav/lib/DAV/Browser/Plugin.php
vendored
3
vendor/sabre/dav/lib/DAV/Browser/Plugin.php
vendored
@ -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']);
|
||||
|
Reference in New Issue
Block a user