You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Remove not very useful but veryv spammy log line
This commit is contained in:
@@ -3156,10 +3156,7 @@ function setupCallEventHandler(client) {
|
|||||||
// now loop through the buffer chronologically and inject them
|
// now loop through the buffer chronologically and inject them
|
||||||
callEventBuffer.forEach(function(e) {
|
callEventBuffer.forEach(function(e) {
|
||||||
if (ignoreCallIds[e.getContent().call_id]) {
|
if (ignoreCallIds[e.getContent().call_id]) {
|
||||||
console.log(
|
// This call has previously been ansered or hung up: ignore it
|
||||||
'Ignoring previously answered/hungup call ' +
|
|
||||||
e.getContent().call_id + ' (' + e.getId() + ')',
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
callEventHandler(e);
|
callEventHandler(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user