mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Remove redundant warning log
The warning log in publishFrame was being printed unconditionally due to the absence of a return statement after a successful frame publish. Change-Id: I552276e37071cb24a7b16b4b8ae441ebd26379b6
This commit is contained in:
@ -371,7 +371,6 @@ publishFrame(std::string_view id)
|
||||
if (auto vm = jami::Manager::instance().getVideoManager())
|
||||
if (auto input = vm->getVideoInput(id))
|
||||
input->publishFrame();
|
||||
JAMI_WARNING("publishFrame: Unable to find input {}", id);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user