Fix double translation issue (#10240
* Fix double translation issue * Remove some redundant string concatenations
This commit is contained in:
@@ -737,7 +737,7 @@ export default class LegacyCallHandler extends EventEmitter {
|
||||
);
|
||||
if (!stats) {
|
||||
logger.debug(
|
||||
"Call statistics are undefined. The call has " + "probably failed before a peerConn was established",
|
||||
"Call statistics are undefined. The call has probably failed before a peerConn was established",
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user