Scaffold: Remove useless debug
This commit is contained in:
parent
82b53fee87
commit
500f187a60
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue