mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
removed debug info in db access
This commit is contained in:
parent
6c1f09a53b
commit
0f5fd198a4
3 changed files with 2 additions and 4 deletions
|
@ -25,9 +25,6 @@
|
|||
* #define RS_DATA_SERVICE_DEBUG_TIME 1
|
||||
* #define RS_DATA_SERVICE_DEBUG_CACHE 1
|
||||
****/
|
||||
#define RS_DATA_SERVICE_DEBUG 1
|
||||
#define RS_DATA_SERVICE_DEBUG_TIME 1
|
||||
#define RS_DATA_SERVICE_DEBUG_CACHE 1
|
||||
|
||||
#include <fstream>
|
||||
#include <util/rsdir.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
/***********
|
||||
* #define DATA_DEBUG 1
|
||||
**********/
|
||||
#define DATA_DEBUG 1
|
||||
|
||||
RsGxsDataAccess::RsGxsDataAccess(RsGeneralDataService* ds) :
|
||||
mDataStore(ds), mDataMutex("RsGxsDataAccess"), mNextToken(0) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue