mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
remove debug message
This commit is contained in:
parent
77c1d5ab17
commit
707cd97d74
@ -56,7 +56,7 @@ class OneBot12FileUploader
|
||||
}
|
||||
return $obj->data['file_id'];
|
||||
}
|
||||
logger()->info('分 ' . ceil($size / $this->buffer_size) . ' 个片');
|
||||
logger()->debug('分 ' . ceil($size / $this->buffer_size) . ' 个片');
|
||||
// 其他情况,使用分片的方式发送,依次调用 prepare, transfer, finish
|
||||
$obj = $this->ctx->sendAction('upload_file_fragmented', [
|
||||
'stage' => 'prepare',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user