Merge pull request #1370 from sehraf/pr_remove-debug-output

remove debug output
This commit is contained in:
csoler 2018-10-14 15:00:09 +02:00 committed by GitHub
commit fae02741d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 10 additions and 12 deletions

View File

@ -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

View File

@ -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
{

View File

@ -27,7 +27,7 @@
#include <sstream>
#include <iomanip>
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
/*!********************************** RsTlvFileBinaryData **********************************/

View File

@ -23,7 +23,7 @@
#include "serialiser/rstlvbase.h"
#include <iostream>
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
/* generic print */
template<class T>

View File

@ -21,7 +21,7 @@
*******************************************************************************/
#include "rstlvidset.h"
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
/************************************* Service Id Set ************************************/

View File

@ -31,7 +31,7 @@
#include <iomanip>
#endif
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
void RsTlvItem::TlvShallowClear()
{

View File

@ -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

View File

@ -22,8 +22,7 @@
#include "rstlvkeyvalue.h"
#include "rstlvbase.h"
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
void RsTlvKeyValue::TlvClear()
{

View File

@ -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
{

View File

@ -25,7 +25,7 @@
#include "util/rsprint.h"
#include <iostream>
#define TLV_DEBUG 1
// #define TLV_DEBUG 1
/************************************* Peer Id Set ************************************/

View File

@ -34,7 +34,6 @@ RsDisc *rsDisc = NULL;
/****
* #define P3DISC_DEBUG 1
****/
#define P3DISC_DEBUG 1
static bool populateContactInfo( const peerState &detail,
RsDiscContactItem *pkt,