Stop fxa migrator prefetch call.

This resolves #653.
This commit is contained in:
Pale Moon
2016-11-04 21:04:26 +01:00
committed by roytam1
parent 4c45c1db21
commit 4ac6081561
+3 -3
View File
@@ -1305,9 +1305,9 @@ Sync11Service.prototype = {
// the server.
// If we have no clusterURL, we are probably doing a node reassignment
// so don't attempt to get it in that case.
if (this.clusterURL) {
this.identity.prefetchMigrationSentinel(this);
}
//if (this.clusterURL) {
// this.identity.prefetchMigrationSentinel(this);
//}
// Now let's update our declined engines.
let meta = this.recordManager.get(this.metaURL);