Remove obsolete comment

This commit is contained in:
John MacFarlane 2020-10-27 21:05:59 -07:00
parent 3190ce95c2
commit 95c9f3da63

View file

@ -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