uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
child 55 aecbbf00d063
--- a/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp	Wed Apr 14 16:14:00 2010 +0300
+++ b/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp	Tue Apr 27 16:55:05 2010 +0300
@@ -86,7 +86,10 @@
 
     TRAP_IGNORE( SetColorPaletteL() );
     TRAPD( err, RAknUiServer::StartAknCapserverL() );
+    
+#ifdef _DEBUG
     RDebug::Print( _L( "RAknUiServer::StartAknCapserverL leave code %d" ), err );
+#endif
 
     TRequestStatus* request = &aRequest;
     User::RequestComplete( request, err );