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