mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1370 from sehraf/pr_remove-debug-output
remove debug output
This commit is contained in:
commit
fae02741d4
@ -282,7 +282,7 @@
|
||||
//#define NXS_NET_DEBUG_5 1
|
||||
//#define NXS_NET_DEBUG_6 1
|
||||
//#define NXS_NET_DEBUG_7 1
|
||||
#define NXS_NET_DEBUG_8 1
|
||||
//#define NXS_NET_DEBUG_8 1
|
||||
|
||||
//#define NXS_FRAG
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "serialiser/rstypeserializer.h"
|
||||
|
||||
#define GXSID_DEBUG 1
|
||||
// #define GXSID_DEBUG 1
|
||||
|
||||
RsItem *RsGxsIdSerialiser::create_item(uint16_t service_id,uint8_t item_subtype) const
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
/*!********************************** RsTlvFileBinaryData **********************************/
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "serialiser/rstlvbase.h"
|
||||
#include <iostream>
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
/* generic print */
|
||||
template<class T>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*******************************************************************************/
|
||||
#include "rstlvidset.h"
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
/************************************* Service Id Set ************************************/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <iomanip>
|
||||
#endif
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
void RsTlvItem::TlvShallowClear()
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
// This should be removed eventually, but will break backward compatibility
|
||||
#define KEEP_OLD_SIGNATURE_SERIALISE_FORMAT
|
||||
|
@ -22,8 +22,7 @@
|
||||
#include "rstlvkeyvalue.h"
|
||||
#include "rstlvbase.h"
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
void RsTlvKeyValue::TlvClear()
|
||||
{
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <list>
|
||||
|
||||
#define TLV_DEBUG_LIST 1
|
||||
// #define TLV_DEBUG_LIST 1
|
||||
|
||||
template<class TLV_CLASS,uint32_t TLV_TYPE> class t_RsTlvList: public RsTlvItem
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "util/rsprint.h"
|
||||
#include <iostream>
|
||||
|
||||
#define TLV_DEBUG 1
|
||||
// #define TLV_DEBUG 1
|
||||
|
||||
/************************************* Peer Id Set ************************************/
|
||||
|
||||
|
@ -34,7 +34,6 @@ RsDisc *rsDisc = NULL;
|
||||
/****
|
||||
* #define P3DISC_DEBUG 1
|
||||
****/
|
||||
#define P3DISC_DEBUG 1
|
||||
|
||||
static bool populateContactInfo( const peerState &detail,
|
||||
RsDiscContactItem *pkt,
|
||||
|
Loading…
Reference in New Issue
Block a user