mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove noisy informations.
This commit is contained in:
parent
0564cdedec
commit
ad3749a4d5
7 changed files with 4 additions and 22 deletions
|
@ -552,8 +552,6 @@ srs_error_t SrsGoApiAuthors::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessa
|
|||
|
||||
data->set("primary", SrsJsonAny::str(RTMP_SIG_SRS_PRIMARY));
|
||||
data->set("license", SrsJsonAny::str(RTMP_SIG_SRS_LICENSE));
|
||||
data->set("copyright", SrsJsonAny::str(RTMP_SIG_SRS_COPYRIGHT));
|
||||
data->set("authors", SrsJsonAny::str(RTMP_SIG_SRS_AUTHROS));
|
||||
data->set("contributors", SrsJsonAny::str(SRS_AUTO_CONSTRIBUTORS));
|
||||
|
||||
return srs_api_response(w, r, obj->dumps());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue