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