Don't log WebDAV Authorization header
This commit is contained in:
parent
dd0fafd41d
commit
b171b15d87
|
@ -634,7 +634,6 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
|
||||||
// on the parent below
|
// on the parent below
|
||||||
if (channel) {
|
if (channel) {
|
||||||
var channelAuthorization = Zotero.HTTP.getChannelAuthorization(channel);
|
var channelAuthorization = Zotero.HTTP.getChannelAuthorization(channel);
|
||||||
Zotero.debug(channelAuthorization);
|
|
||||||
channel = null;
|
channel = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user