Change contact email address as the nokia one will be no longer valid soon
[profile/ivi/ofono-qt.git] / lib / ofonocallbarring.cpp
index f78c714..93f61fe 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
  *
- * Contact: Alexander Kanavin <alexander.kanavin@nokia.com>
+ * Contact: Alexander Kanavin <alex.kanavin@gmail.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -163,7 +163,6 @@ void OfonoCallBarring::changePasswordResp()
 
 void OfonoCallBarring::changePasswordErr(QDBusError error)
 {
-    qDebug() << "ChangePassword failed" << error;
     m_if->setError(error.name(), error.message());
     emit changePasswordComplete(FALSE);
 }
@@ -175,7 +174,6 @@ void OfonoCallBarring::disableAllResp()
 
 void OfonoCallBarring::disableAllErr(QDBusError error)
 {
-    qDebug() << "DisableAll failed" << error;
     m_if->setError(error.name(), error.message());
     emit disableAllComplete(FALSE);
 }
@@ -187,7 +185,6 @@ void OfonoCallBarring::disableAllIncomingResp()
 
 void OfonoCallBarring::disableAllIncomingErr(QDBusError error)
 {
-    qDebug() << "DisableAllIncoming failed" << error;
     m_if->setError(error.name(), error.message());
     emit disableAllIncomingComplete(FALSE);
 }
@@ -199,7 +196,6 @@ void OfonoCallBarring::disableAllOutgoingResp()
 
 void OfonoCallBarring::disableAllOutgoingErr(QDBusError error)
 {
-    qDebug() << "DisableAllOutgoing failed" << error;
     m_if->setError(error.name(), error.message());
     emit disableAllOutgoingComplete(FALSE);
 }