Selaa lähdekoodia

Remove debug printf

Paul-Louis Ageneau 1 vuosi sitten
vanhempi
commit
1ab7d869e7
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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");
 			}
 			}
 		}
 		}
 	});
 	});