diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-23 15:51:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-23 15:52:20 +0100 |
commit | 08dbe5251cb818b4f548029a6e96b4500fe7a35f (patch) | |
tree | bb7a755127334012d81475d361b6853b75af4944 | |
parent | 315f3d56f22ca337b8bedfc0d3ddf014939e692b (diff) | |
download | kube-08dbe5251cb818b4f548029a6e96b4500fe7a35f.tar.gz kube-08dbe5251cb818b4f548029a6e96b4500fe7a35f.zip |
Removed an unnecessary debug message
-rw-r--r-- | framework/domain/composercontroller.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/domain/composercontroller.cpp b/framework/domain/composercontroller.cpp index d2b3bc9c..a47f4755 100644 --- a/framework/domain/composercontroller.cpp +++ b/framework/domain/composercontroller.cpp | |||
@@ -210,7 +210,6 @@ void ComposerController::setCurrentIdentityIndex(int index) | |||
210 | auto currentIndex = identityModel()->index(m_currentAccountIndex, 0); | 210 | auto currentIndex = identityModel()->index(m_currentAccountIndex, 0); |
211 | if (currentIndex.isValid()) { | 211 | if (currentIndex.isValid()) { |
212 | auto currentAccountId = currentIndex.data(IdentitiesModel::AccountId).toByteArray(); | 212 | auto currentAccountId = currentIndex.data(IdentitiesModel::AccountId).toByteArray(); |
213 | SinkWarning() << "valid identity for index: " << index << " out of available in model: " << identityModel()->rowCount(); | ||
214 | KMime::Types::Mailbox mb; | 213 | KMime::Types::Mailbox mb; |
215 | mb.setName(currentIndex.data(IdentitiesModel::Username).toString()); | 214 | mb.setName(currentIndex.data(IdentitiesModel::Username).toString()); |
216 | mb.setAddress(currentIndex.data(IdentitiesModel::Address).toString().toUtf8()); | 215 | mb.setAddress(currentIndex.data(IdentitiesModel::Address).toString().toUtf8()); |