omads/omadsextensions/adapters/agenda/inc/nsmlagendadebug.h
branchRCL_3
changeset 67 2abf74df9cdc
parent 1 95fdac6ccb5c
--- a/omads/omadsextensions/adapters/agenda/inc/nsmlagendadebug.h	Wed Sep 15 11:57:08 2010 +0300
+++ b/omads/omadsextensions/adapters/agenda/inc/nsmlagendadebug.h	Wed Oct 13 14:15:45 2010 +0300
@@ -29,6 +29,8 @@
 _LIT(KLogDirFullName,"c:\\logs\\");
 _LIT(KLogDir,"MultiCalDB");
 
+#ifdef _DEBUG
+
 // Declare the FPrint function
 inline void FPrint(const TRefByValue<const TDesC> aFmt, ...)
     {
@@ -57,6 +59,8 @@
 #define FLOG(arg...)
 #define FTRACE(a)
 
+#endif // _DEBUG
+
 #endif // NSMLDSSYNC__DEBUG_H
 
 // End of File