Remove useless log in VoiceBroadcastRecorderService

This commit is contained in:
Philippe Loriaux
2022-10-20 17:39:17 +02:00
parent 73e03a6cb5
commit 1c5e011fbe
@@ -128,7 +128,6 @@ class VoiceBroadcastRecorderService: VoiceBroadcastRecorderServiceProtocol {
/// Write audio buffer to chunk file.
private func writeBuffer(_ buffer: AVAudioPCMBuffer) {
MXLog.debug("[VoiceBroadcastRecorderService] writeBuffer")
let sampleRate = buffer.format.sampleRate
if chunkFile == nil {