Don't log WebDAV Authorization header

This commit is contained in:
Dan Stillman 2017-08-16 00:37:52 +02:00
parent dd0fafd41d
commit b171b15d87

View file

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