Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Dec 19, 2024
1 parent 7d27024 commit 9c3a366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/projects/providers/rtmp/rtmp_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@ namespace pvd
auto third_property = document.GetProperty(2);
auto third_type = (third_property != nullptr) ? third_property->GetType() : AmfTypeMarker::Undefined;

logtw("RtmpCommand : %s", message_name.CStr());
switch (RtmpCommandFromString(message_name))
{
case RtmpCommand::SetDataFrame:
Expand Down

0 comments on commit 9c3a366

Please sign in to comment.