www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b171b15d87fb41d62d60aa58acc33c04e3fbe8b4
parent dd0fafd41dd829fd8ff67c0987e95249b3229c48
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 16 Aug 2017 00:37:52 +0200

Don't log WebDAV Authorization header

Diffstat:
Mchrome/content/zotero/xpcom/storage/webdav.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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; }