Scaffold: Remove useless debug

This commit is contained in:
Abe Jellinek 2022-09-13 11:20:41 -07:00
parent 82b53fee87
commit 500f187a60

View file

@ -904,8 +904,6 @@ var Scaffold = new function () {
_logOutput(`Running ${functionToRun}`);
let input = await _getInput(functionToRun);
Zotero.debug('got input')
Zotero.debug(input)
if (functionToRun.endsWith('Export')) {
let numItems = Zotero.getActiveZoteroPane().getSelectedItems().length;