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_5 1
//#define NXS_NET_DEBUG_6 1 //#define NXS_NET_DEBUG_6 1
//#define NXS_NET_DEBUG_7 1 //#define NXS_NET_DEBUG_7 1
#define NXS_NET_DEBUG_8 1 //#define NXS_NET_DEBUG_8 1
//#define NXS_FRAG //#define NXS_FRAG

View File

@ -29,7 +29,7 @@
#include "serialiser/rstypeserializer.h" #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 RsItem *RsGxsIdSerialiser::create_item(uint16_t service_id,uint8_t item_subtype) const
{ {

View File

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

View File

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

View File

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

View File

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

View File

@ -27,7 +27,7 @@
#include <iostream> #include <iostream>
#define TLV_DEBUG 1 // #define TLV_DEBUG 1
// This should be removed eventually, but will break backward compatibility // This should be removed eventually, but will break backward compatibility
#define KEEP_OLD_SIGNATURE_SERIALISE_FORMAT #define KEEP_OLD_SIGNATURE_SERIALISE_FORMAT

View File

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

View File

@ -26,7 +26,7 @@
#include <list> #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 template<class TLV_CLASS,uint32_t TLV_TYPE> class t_RsTlvList: public RsTlvItem
{ {

View File

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

View File

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