Commit 786b2cb7 authored by Sylvain Berfini's avatar Sylvain Berfini

Removed useless log

parent c006d526
...@@ -145,7 +145,6 @@ void ConferenceModel::join () { ...@@ -145,7 +145,6 @@ void ConferenceModel::join () {
bool ConferenceModel::isInConference () const { bool ConferenceModel::isInConference () const {
shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore(); shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
qInfo() << QStringLiteral("Is in conf:") << core->isInConference();
return core->isInConference(); return core->isInConference();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment