Skip to content

Commit 62492f1

Browse files
committed
chore: remove logging
1 parent 8ffdc0b commit 62492f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/global.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ void InvokeIceUdpMuxCallback (const juice_mux_binding_request *info, void *user_
101101
IceUdpMuxCallback *callback = (IceUdpMuxCallback*)user_ptr;
102102

103103
if (callback) {
104-
printf("invoking callback\n");
105104
(*callback)({
106105
std::string(info->local_ufrag),
107106
std::string(info->remote_ufrag),

0 commit comments

Comments
 (0)