Bug 1383575: remove TURNS log warning. r=mjf

MozReview-Commit-ID: 2nEXokGwErU

--HG--
extra : rebase_source : be66ca2a7d37a78d20d54268e0b5d30cf983d4d8
This commit is contained in:
Nils Ohlmeier [:drno] 2017-07-23 15:24:29 -07:00
Родитель 2e4ea0b3cd
Коммит d4c97d797d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -661,7 +661,7 @@ class RTCPeerConnection {
throw new this._win.DOMException(msg + " - improper scheme: " + scheme,
"SyntaxError");
}
if (scheme in { stuns: 1, turns: 1 }) {
if (scheme in { stuns: 1 }) {
this.logWarning(scheme.toUpperCase() + " is not yet supported.");
}
if (stunServers >= 5) {