Remove unnecessary 'return;'

This commit is contained in:
Dan Stillman 2013-11-08 02:14:52 -05:00
parent ee37b0ff65
commit 5079158772

View file

@ -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