From eae3be4cfe133a86cc4175ebee9ce72055973b40 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 6 Oct 2018 12:07:35 +0200 Subject: =?UTF-8?q?Make=20Everything=20Work=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/sync/Weave.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/sync/Weave.js') 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. } +*/ }, /** -- cgit v1.2.3