Removed useless log

This commit is contained in:
Sylvain Berfini 2017-06-08 14:06:49 +02:00
parent c006d526fc
commit 786b2cb752

View file

@ -145,7 +145,6 @@ void ConferenceModel::join () {
bool ConferenceModel::isInConference () const {
shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
qInfo() << QStringLiteral("Is in conf:") << core->isInConference();
return core->isInConference();
}