remove logging line

This commit is contained in:
zotlabs 2017-11-30 19:11:26 -08:00
parent 19ec8488e0
commit 3d8de8cf0a

View File

@ -65,7 +65,6 @@ class File_upload extends \Zotlabs\Web\Controller {
if($partial) {
$x = save_chunk($channel,$matches[1],$matches[2],$matches[3]);
logger('save_chunk: ' . print_r($x,true));
if($x['partial']) {
header('Range: bytes=0-' . (($x['length']) ? $x['length'] - 1 : 0));
json_return_and_die($result);