Skip to content

Commit

Permalink
Remove commented code and unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Anoop K. Chandran committed Dec 10, 2023
1 parent e112de5 commit 1a0ee65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/data/updateChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ export class UpdateChecker {
};
this.cslEngine = new CSL.Engine(citeprocOptions, citationStyle);
return this.cslEngine
// citeproc.opt.development_extensions.wrap_url_and_doi = true;
// cslEngine.updateItems([...references.map((item) => item.id)])
// this.bibliography = cslEngine.makeBibliography()[1]
// return this.bibliography
}

getCSL = (ids: string[]): BibData[] | null => {
Expand Down
1 change: 0 additions & 1 deletion src/sidebar/ReferenceMapList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const ReferenceMapList = (props: {
indexCards = await props.referenceMapData.getIndexCards(
updatedIndexIds, citeKeyMap, fileName, frontmatter, basename
)

setPapers(indexCards)
}

Expand Down

0 comments on commit 1a0ee65

Please sign in to comment.