mtpfws/mtpfw/daemon/client/src/rmtpclient.cpp
branchRCL_3
changeset 19 0aa8cc770c8a
parent 3 8b094906a049
child 20 4a793f564d72
--- a/mtpfws/mtpfw/daemon/client/src/rmtpclient.cpp	Thu Aug 19 10:44:03 2010 +0300
+++ b/mtpfws/mtpfw/daemon/client/src/rmtpclient.cpp	Tue Aug 31 16:03:15 2010 +0300
@@ -117,15 +117,6 @@
 		// Wait for the server start up to complete.
     	User::WaitForRequest(status);
     	ret = (server.ExitType() == EExitPanic) ? KErrGeneral : status.Int();
-#ifdef __WINSCW__
-    	if ( server.ExitType() == EExitPanic )
-    	    {
-            TExitCategoryName exitCategory = server.ExitCategory();
-            TInt exitReason = server.ExitReason();
-            RDebug::Print( _L("The exit category is \"%S\""), &exitCategory );
-            RDebug::Print( _L("The exit Reason is %d"), exitReason );
-    	    }
-#endif //__WINSCW__
     	server.Close();
 	    }