From 95c9f3da63de685eb8bd7603ebcffea7243ba096 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 27 Oct 2020 21:05:59 -0700
Subject: [PATCH] Remove obsolete comment

---
 src/Text/Pandoc/Citeproc.hs | 1 -
 1 file changed, 1 deletion(-)

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