diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-10-27 21:05:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-27 21:05:59 -0700 |
commit | 95c9f3da63de685eb8bd7603ebcffea7243ba096 (patch) | |
tree | e125deecd7fd30a15350301f80180a3da52f873a /src | |
parent | 3190ce95c2175936ffded9ecf356d9ac1cc15d8a (diff) | |
download | pandoc-95c9f3da63de685eb8bd7603ebcffea7243ba096.tar.gz |
Remove obsolete comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Citeproc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Citeproc.hs b/src/Text/Pandoc/Citeproc.hs index 29964ef8c..1a86db569 100644 --- a/src/Text/Pandoc/Citeproc.hs +++ b/src/Text/Pandoc/Citeproc.hs @@ -90,7 +90,6 @@ processCitations (Pandoc meta bs) = do UTF8.toText <$> catchError (getFile ".csl" basename) (\_ -> fst <$> fetchItem url) - -- TODO check .csl directory if not found styleRes <- Citeproc.parseStyle getParentStyle cslContents style <- case styleRes of |