We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1db791 commit 33ec60eCopy full SHA for 33ec60e
eth-migrate-archiveLocation.js
@@ -9,7 +9,7 @@
9
10
let items = []
11
for (const lib of libraries = Zotero.Libraries.getAll()) {
12
- console.log(lib.libraryID);
+ Zotero.debug(lib.libraryID);
13
items = items.concat(await Zotero.Items.getAll(lib.libraryID))
14
}
15
0 commit comments