aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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