Skip to content

Commit 1ab7d86

Browse files
Remove debug printf
1 parent 56d8de0 commit 1ab7d86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pacinghandler.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ void PacingHandler::schedule(const message_callback &send) {
4949
}
5050

5151
if (!mRtpBuffer.empty()) {
52-
printf("\n more \n");
5352
schedule(send);
54-
} else {
55-
printf("\n empty \n");
5653
}
5754
}
5855
});

0 commit comments

Comments
 (0)