summaryrefslogtreecommitdiffstats
path: root/services/sync/Weave.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/Weave.js')
-rw-r--r--services/sync/Weave.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/sync/Weave.js b/services/sync/Weave.js
index 4c89aba13..0e8d2fe31 100644
--- a/services/sync/Weave.js
+++ b/services/sync/Weave.js
@@ -103,7 +103,7 @@ WeaveService.prototype = {
get fxAccountsEnabled() {
// Early exit: FxA not supported.
return false;
-
+/* -- commented out to prevent unreachable code warning --
try {
// Old sync guarantees '@' will never appear in the username while FxA
// uses the FxA email address - so '@' is the flag we use.
@@ -112,6 +112,7 @@ WeaveService.prototype = {
} catch (_) {
return true; // No username == only allow FxA to be configured.
}
+*/
},
/**