remove debug code

This commit is contained in:
Kieran 2018-01-01 14:43:19 +08:00
parent 47fb2a9e00
commit 8b214f5170

View File

@ -67,7 +67,6 @@
else
{
$f = $_FILES['files'];
error_log(print_r($f, true));
$tmpf = fopen($f['tmp_name'][0], 'rb');
}