From 5079158772cc684442396ee1ca853af243be842d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 8 Nov 2013 02:14:52 -0500 Subject: [PATCH] Remove unnecessary 'return;' --- chrome/content/zotero/xpcom/storage/webdav.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 84a280972b..a1dbf9eb9c 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -579,7 +579,6 @@ Zotero.Sync.Storage.WebDAV = (function () { var channel = req.channel; if (!channel instanceof Ci.nsIChannel) { Zotero.Sync.Storage.EventManager.error('No HTTPS channel available'); - return; } // Check if the error we encountered is really an SSL error