aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-27 21:05:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-27 21:05:59 -0700
commit95c9f3da63de685eb8bd7603ebcffea7243ba096 (patch)
treee125deecd7fd30a15350301f80180a3da52f873a /src/Text/Pandoc/Citeproc.hs
parent3190ce95c2175936ffded9ecf356d9ac1cc15d8a (diff)
downloadpandoc-95c9f3da63de685eb8bd7603ebcffea7243ba096.tar.gz
Remove obsolete comment
Diffstat (limited to 'src/Text/Pandoc/Citeproc.hs')
-rw-r--r--src/Text/Pandoc/Citeproc.hs1
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