From 0072a0880c077fc0a21fd57214e6c5bf8497402a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Jan 2015 00:17:21 +0000 Subject: first version that logs in git-svn-id: http://svn.miranda-ng.org/main/trunk@11913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/utilities.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/utilities.h') diff --git a/protocols/WhatsApp/src/WhatsAPI++/utilities.h b/protocols/WhatsApp/src/WhatsAPI++/utilities.h index d0096489e2..4df6fde13d 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/utilities.h +++ b/protocols/WhatsApp/src/WhatsAPI++/utilities.h @@ -34,14 +34,6 @@ #include #endif -#ifdef _DEBUG - #define _DEBUGENABLED true -#else - #define _DEBUGENABLED false -#endif - -#define _LOGDATA(format, ...) if (_DEBUGENABLED) Utilities::logData(format, ##__VA_ARGS__) - using namespace std; // these functions must be declared somewhere in the same linking module @@ -61,7 +53,6 @@ namespace Utilities{ std::string doubleToStr(double d); long long parseLongLong(const std::string& str); time_t parseBBDate(const string& s); - void logData(const char *msg, ...); long long getCurrentTimeMillis(); std::string bytesToHex(unsigned char* bytes, int length); unsigned char forDigit(int b); -- cgit v1.2.3