Browse Source

Remove debug printf

Paul-Louis Ageneau 1 year ago
parent
commit
1ab7d869e7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/pacinghandler.cpp

+ 0 - 3
src/pacinghandler.cpp

@@ -49,10 +49,7 @@ void PacingHandler::schedule(const message_callback &send) {
 			}
 			}
 
 
 			if (!mRtpBuffer.empty()) {
 			if (!mRtpBuffer.empty()) {
-				printf("\n more \n");
 				schedule(send);
 				schedule(send);
-			} else {
-				printf("\n empty \n");
 			}
 			}
 		}
 		}
 	});
 	});