remove debug output

This commit is contained in:
sehraf 2018-10-12 18:20:55 +02:00
parent 18eee374f1
commit e6febe0297
No known key found for this signature in database
GPG key ID: DF09F6EAE356B2C6
11 changed files with 10 additions and 12 deletions

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 ************************************/