Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 17, 2025
1 parent 8ffdc0b commit 62492f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ void InvokeIceUdpMuxCallback (const juice_mux_binding_request *info, void *user_
IceUdpMuxCallback *callback = (IceUdpMuxCallback*)user_ptr;

if (callback) {
printf("invoking callback\n");
(*callback)({
std::string(info->local_ufrag),
std::string(info->remote_ufrag),
Expand Down

0 comments on commit 62492f1

Please sign in to comment.