Remove outdated comment in retraction code
We're already detecting retractions that were removed from the list, so I don't think this applies anymore.
This commit is contained in:
parent
6fd0b8245b
commit
381fad3681
1 changed files with 0 additions and 2 deletions
|
@ -562,8 +562,6 @@ Zotero.Retractions = {
|
|||
}
|
||||
|
||||
if (prefixesToSend.size) {
|
||||
// TODO: Diff list and remove existing retractions that are missing
|
||||
|
||||
let possibleMatches = await this._downloadPossibleMatches([...prefixesToSend]);
|
||||
await this._addPossibleMatches(possibleMatches, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue