Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Mar 14, 2023
1 parent 3aa03b5 commit fc01d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class DebugLogSender { // tslint:disable-line:variable-name

const log = [
await this.info(plugin),
this.preferences(plugin),
Zotero.getErrors(true).join('\n\n'),
Zotero.Debug.getConsoleViewerOutput().slice(-250000).join('\n'), // eslint-disable-line no-magic-numbers
].filter((txt: string) => txt).join('\n\n').trim()
Expand Down

0 comments on commit fc01d61

Please sign in to comment.