Enable debug line for file sync
This commit is contained in:
parent
2dc8fc6912
commit
318e5b2dd6
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ Zotero.Sync.Storage = new function () {
|
|||
let item = items.shift();
|
||||
let row = attachmentData[item.id];
|
||||
let lk = item.libraryKey;
|
||||
//Zotero.debug("Checking attachment file for item " + lk);
|
||||
Zotero.debug("Checking attachment file for item " + lk);
|
||||
|
||||
let nsIFile = item.getFile(row, true);
|
||||
if (!nsIFile) {
|
||||
|
|
Loading…
Add table
Reference in a new issue