1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Remove spurious changes

This commit is contained in:
Kegan Dougal
2017-03-20 11:26:59 +00:00
parent 0c1c10a0e0
commit 107ef27f69
4 changed files with 20 additions and 35 deletions

View File

@@ -2777,7 +2777,7 @@ MatrixClient.prototype.startClient = function(opts) {
}
// periodically poll for turn servers if we support voip
//checkTurnServers(this);
checkTurnServers(this);
if (this._syncApi) {
// This shouldn't happen since we thought the client was not running