diff options
Diffstat (limited to 'rtmpserver.cpp')
| -rw-r--r-- | rtmpserver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rtmpserver.cpp b/rtmpserver.cpp index 313c31f..7b51065 100644 --- a/rtmpserver.cpp +++ b/rtmpserver.cpp @@ -373,8 +373,6 @@ void handle_setdataframe(Client *client, Decoder *dec) throw std::runtime_error("not a publisher"); } - printf( "client paht is %s",client->path.c_str()); - std::string type = amf_load_string(dec); if (type != "onMetaData") { throw std::runtime_error("can only set metadata"); |
