mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
Removed useless log
This commit is contained in:
parent
c006d526fc
commit
786b2cb752
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue