Remove initPDFToolsPath() call

This commit is contained in:
Dan Stillman 2024-04-06 16:12:15 -04:00
parent a9e57541cf
commit b3d07a5ddf

View file

@ -288,8 +288,6 @@ if(run) {
var dbFile = Zotero.DataDirectory.getDatabase();
await IOUtils.copy(dbFile, dbFile + '-test-template');
initPDFToolsPath();
return mocha.run();
};
}