removed a few debug output and timer measurement

This commit is contained in:
csoler 2016-04-29 18:53:25 -04:00
parent 6d2bfcf04e
commit 4bdd464861
2 changed files with 6 additions and 4 deletions

View file

@ -603,8 +603,6 @@ int pqistreamer::handleoutgoing_locked()
if (mPkt_wpending)
{
RsScopeTimer tmer("pqistreamer:"+PeerId().toStdString()) ;
// write packet.
#ifdef DEBUG_PQISTREAMER
std::cout << "Sending Out Pkt of size " << mPkt_wpending_size << " !" << std::endl;