mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
removed a few debug output and timer measurement
This commit is contained in:
parent
6d2bfcf04e
commit
4bdd464861
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue