Skip to content

Commit 33ec60e

Browse files
committed
zotero.debug
1 parent b1db791 commit 33ec60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth-migrate-archiveLocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
let items = []
1111
for (const lib of libraries = Zotero.Libraries.getAll()) {
12-
console.log(lib.libraryID);
12+
Zotero.debug(lib.libraryID);
1313
items = items.concat(await Zotero.Items.getAll(lib.libraryID))
1414
}
1515

0 commit comments

Comments
 (0)