A few debug message tweaks
This commit is contained in:
parent
d20e90c6fa
commit
4cccf27bb1
2 changed files with 3 additions and 4 deletions
|
@ -424,6 +424,8 @@ Zotero.Schema = new function(){
|
|||
try {
|
||||
yield Zotero.proxyAuthComplete.delay(1000);
|
||||
|
||||
Zotero.debug("Updating bundled " + (mode || "files"));
|
||||
|
||||
// Get path to add-on
|
||||
|
||||
// Synchronous in Standalone
|
||||
|
|
|
@ -190,9 +190,6 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
|
|||
var username = this.username;
|
||||
var password = this.password;
|
||||
|
||||
Zotero.debug('=-=-=-=');
|
||||
Zotero.debug(password);
|
||||
|
||||
if (!username) {
|
||||
throw new this.VerificationError("NO_USERNAME");
|
||||
}
|
||||
|
@ -999,7 +996,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
|
|||
var href = Zotero.Utilities.xpathText(
|
||||
response, "D:href", { D: 'DAV:' }
|
||||
) || "";
|
||||
Zotero.debug(href);
|
||||
Zotero.debug("Checking response entry " + href);
|
||||
|
||||
// Strip trailing slash if there isn't one on the root path
|
||||
if (!trailingSlash) {
|
||||
|
|
Loading…
Add table
Reference in a new issue