diff options
| author | Alexander Ponizovkin <ext-alexander.ponizovkin@nokia.com> | 2011-06-01 15:03:31 +0300 |
|---|---|---|
| committer | Alexander Ponizovkin <ext-alexander.ponizovkin@nokia.com> | 2011-06-01 15:03:31 +0300 |
| commit | d73d8505cef6b51a8791f5efd56e17c032863d24 (patch) | |
| tree | 17e98d5ce58034531d62cbc164673a9446d50268 /src/messaging/telepathyengine_maemo6.cpp | |
| parent | fcd7415fe87adf661dbe31c8012978fb8c4cc70f (diff) | |
Removed unnecessary debug info
Diffstat (limited to 'src/messaging/telepathyengine_maemo6.cpp')
| -rw-r--r-- | src/messaging/telepathyengine_maemo6.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/messaging/telepathyengine_maemo6.cpp b/src/messaging/telepathyengine_maemo6.cpp index ab8a6bc0b1..843f968253 100644 --- a/src/messaging/telepathyengine_maemo6.cpp +++ b/src/messaging/telepathyengine_maemo6.cpp @@ -292,8 +292,6 @@ QMessageAccount TelepathyEngine::account(const QMessageAccountId &id) QMessageAccountId TelepathyEngine::defaultAccount(QMessage::Type type) { - QDEBUG_FUNCTION_BEGIN - QMessageAccountId result; foreach (const AccountPair &pair, m_accounts) { @@ -304,8 +302,6 @@ QMessageAccountId TelepathyEngine::defaultAccount(QMessage::Type type) } m_error = QMessageManager::NoError; - - QDEBUG_FUNCTION_END return result; } |
