From b171b15d87fb41d62d60aa58acc33c04e3fbe8b4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 16 Aug 2017 00:37:52 +0200 Subject: [PATCH] Don't log WebDAV Authorization header --- 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 5af54a2aa..bd0443037 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; }