aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-31 15:07:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-31 15:07:42 -0800
commit5cd48c8e791571a6754a8bc6ff1848c36158df70 (patch)
treeee86b8b99dfcaf32a44e1135289c2dd58da29e4f /src/Text
parent4eb8a97a1cfcf44ae842e11c09773df014b54732 (diff)
downloadpandoc-5cd48c8e791571a6754a8bc6ff1848c36158df70.tar.gz
Removed obsolete and misleading comment.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/App/OutputSettings.hs1
1 files changed, 0 insertions, 1 deletions
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