1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

remove test code for api-server.

This commit is contained in:
winlin 2015-01-02 10:30:25 +08:00
parent 9d34820c80
commit 07b207b7e3

View file

@ -119,7 +119,6 @@ class RESTClients(object):
action = json_req["action"]
if action == "on_connect":
raise cherrypy.HTTPError(401)
code = self.__on_connect(json_req)
elif action == "on_close":
code = self.__on_close(json_req)