diff --git a/libretroshare/src/pqi/pqistreamer.cc b/libretroshare/src/pqi/pqistreamer.cc index 23b14c355..687b930ae 100644 --- a/libretroshare/src/pqi/pqistreamer.cc +++ b/libretroshare/src/pqi/pqistreamer.cc @@ -720,13 +720,13 @@ continue_packet: uint32_t pktlen = blen+extralen ; // std::cerr << "deserializing. Size=" << pktlen << std::endl ; - if(pktlen == 17306) - { - FILE *f = fopen("dbug.packet.bin","w"); - fwrite(block,pktlen,1,f) ; - fclose(f) ; - exit(-1) ; - } +// if(pktlen == 17306) +// { +// FILE *f = fopen("dbug.packet.bin","w"); +// fwrite(block,pktlen,1,f) ; +// fclose(f) ; +// exit(-1) ; +// } RsItem *pkt = rsSerialiser->deserialise(block, &pktlen); if ((pkt != NULL) && (0 < handleincomingitem(pkt)))