Removed debug message

This commit is contained in:
Christophe Deschamps 2022-09-01 17:47:31 +02:00
parent 9c670a3200
commit fef60bd382

View file

@ -771,7 +771,6 @@ import AVFoundation
return false
}
let result = isInConference() && (getConference()?.currentParams?.isVideoEnabled == true || core.currentCall?.currentParams?.videoEnabled == true)
NSLog("cdes \(result) \(core.currentCall?.currentParams?.videoEnabled)")
return result
}