smf/smfservermodule/smfclient/smfclient.cpp
changeset 25 a180113055cb
parent 18 013a02bf2bb0
child 26 83d6a149c755
--- a/smf/smfservermodule/smfclient/smfclient.cpp	Thu Sep 23 17:20:22 2010 +0530
+++ b/smf/smfservermodule/smfclient/smfclient.cpp	Thu Sep 23 17:43:31 2010 +0530
@@ -26,8 +26,6 @@
 
 SmfClient::SmfClient()
 	{
-	qDebug()<<"Inside SmfClient::SmfClient()";
-	
 	//Create instance of the private wrapper
 	m_private = new SmfClientPrivate(this);
 	m_providerList = NULL;
@@ -51,8 +49,6 @@
 		delete m_providerList;
 		m_providerList = NULL;
 		}
-	qDebug()<<"Before m_private->GetServices";
-	
 	//Getting the data synchronously
 	m_providerList = m_private->GetServices(serviceName);
 	qDebug()<<"After m_private->GetServices";