From 5cd48c8e791571a6754a8bc6ff1848c36158df70 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 31 Dec 2018 15:07:42 -0800
Subject: [PATCH] Removed obsolete and misleading comment.

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

diff --git a/src/Text/Pandoc/App/OutputSettings.hs b/src/Text/Pandoc/App/OutputSettings.hs
index 3788af7bf..a82c19bb6 100644
--- a/src/Text/Pandoc/App/OutputSettings.hs
+++ b/src/Text/Pandoc/App/OutputSettings.hs
@@ -94,7 +94,6 @@ optToOutputSettings opts = do
   let format = map toLower $ baseWriterName
                  $ takeFileName writerName  -- in case path to lua script
 
-  -- disabling the custom writer for now
   (writer, writerExts) <-
             if ".lua" `isSuffixOf` format
                then return (TextWriter