mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
remove debug output
This commit is contained in:
parent
18eee374f1
commit
e6febe0297
11 changed files with 10 additions and 12 deletions
|
@ -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 ************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue