diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 5af54a2aa8..bd0443037b 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -634,7 +634,6 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = { // on the parent below if (channel) { var channelAuthorization = Zotero.HTTP.getChannelAuthorization(channel); - Zotero.debug(channelAuthorization); channel = null; }