uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp
branchRCL_3
changeset 19 aecbbf00d063
parent 9 0aa5fbdfbc30
child 20 d48ab3b357f1
--- a/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -86,10 +86,7 @@
 
     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 );