removed debug info

This commit is contained in:
csoler 2020-04-19 21:07:53 +02:00
parent 02e939ac8f
commit 5b761c72ba
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 35 additions and 8 deletions

View file

@ -26,10 +26,6 @@
* #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>
#include <algorithm>

View file

@ -30,8 +30,6 @@
* #define DATA_DEBUG 1
**********/
#define DATA_DEBUG 1
RsGxsDataAccess::RsGxsDataAccess(RsGeneralDataService* ds) :
mDataStore(ds), mDataMutex("RsGxsDataAccess"), mNextToken(0) {}