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 2f72504 commit 7d27024
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/projects/providers/rtmp/rtmp_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1046,13 +1046,7 @@ namespace pvd
break;
}

bool result = true;

if(message->header->completed.type_id != RtmpMessageTypeID::Video && message->header->completed.type_id != RtmpMessageTypeID::Audio)
{
logti("%s", StringFromRtmpMessageTypeID(message->header->completed.type_id));
}

bool result = true;
switch (message->header->completed.type_id)
{
case RtmpMessageTypeID::Audio:
Expand Down Expand Up @@ -1267,8 +1261,6 @@ namespace pvd
return;
}

logti("AmfDocument \n%s", document.ToString(2).CStr());

// Obtain the message name
ov::String message_name;
auto message_name_property = document.GetProperty(0);
Expand Down

0 comments on commit 7d27024

Please sign in to comment.