mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
Revert log for forwarder in source
This commit is contained in:
parent
a7b8695cb0
commit
aacf519169
1 changed files with 0 additions and 1 deletions
|
@ -1456,7 +1456,6 @@ srs_error_t SrsOriginHub::create_forwarders()
|
|||
if (!_srs_config->get_forward_enabled(req->vhost)) {
|
||||
return err;
|
||||
}
|
||||
srs_trace("srs vhost(%s) forward is enable.", req->host.c_str());
|
||||
|
||||
SrsConfDirective* conf = _srs_config->get_forwards(req->vhost);
|
||||
for (int i = 0; conf && i < (int)conf->args.size(); i++) {
|
||||
|
|
Loading…
Reference in a new issue