mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
remove console line
This commit is contained in:
@@ -51,7 +51,6 @@ export function ReactionsAudioRenderer(): ReactNode {
|
|||||||
audioEngineRef.current.playSound(reactionName);
|
audioEngineRef.current.playSound(reactionName);
|
||||||
} else {
|
} else {
|
||||||
// Fallback sounds.
|
// Fallback sounds.
|
||||||
console.log("Playing fallback sound");
|
|
||||||
audioEngineRef.current.playSound("generic");
|
audioEngineRef.current.playSound("generic");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user