From 6758b7d5c77ef16483995ebfbe5d1e428157689c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 2 Jul 2008 10:08:11 +0000 Subject: [PATCH] Allow clearing of sync password --- chrome/content/zotero/xpcom/sync.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 7580be748..701b51f10 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -434,11 +434,6 @@ Zotero.Sync.Server = new function () { delete _cachedCredentials[username]; - if (!password) { - Zotero.debug('Password empty setting Zotero.Sync.Server.password'); - return; - } - var loginManager = Components.classes["@mozilla.org/login-manager;1"] .getService(Components.interfaces.nsILoginManager);