Skip to content

Commit

Permalink
Remove no needed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Oct 19, 2023
1 parent 601dcde commit 174742e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemon/messageshandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ MessagesHandler::MessagesHandler(QObject* parent)
, m_commhistoryEventModel(new CommHistory::EventModel(this))
, m_groupModel(new CommHistory::GroupModel(this))
{
qDebug() << Q_FUNC_INFO;

m_groupModel->setResolveContacts(CommHistory::GroupManager::DoNotResolve);
if (!m_groupModel->getGroups()) {
qFatal() << "Can't load CommHistory::GroupModel";
Expand Down

0 comments on commit 174742e

Please sign in to comment.