calendarui/organizerplugin/aiagendapluginengine/src/CalenEngine.cpp
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
child 13 0f07cd1b5772
--- a/calendarui/organizerplugin/aiagendapluginengine/src/CalenEngine.cpp	Tue Feb 02 10:12:19 2010 +0200
+++ b/calendarui/organizerplugin/aiagendapluginengine/src/CalenEngine.cpp	Fri Feb 19 22:49:53 2010 +0200
@@ -143,8 +143,9 @@
     for (TInt index = 0; index < iCalInfoArray.Count(); index++)
         {
         TPtrC calFileName = iCalInfoArray[index].iFileName;
-        
+#ifdef _DEBUG
         RDebug::Print(calFileName);
+#endif
         if (!calFileName.CompareF(defaultSession->DefaultFileNameL()))
             {
             CleanupStack::PushL(defaultSession);