diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-12-31 15:07:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-12-31 15:07:42 -0800 |
commit | 5cd48c8e791571a6754a8bc6ff1848c36158df70 (patch) | |
tree | ee86b8b99dfcaf32a44e1135289c2dd58da29e4f /src | |
parent | 4eb8a97a1cfcf44ae842e11c09773df014b54732 (diff) | |
download | pandoc-5cd48c8e791571a6754a8bc6ff1848c36158df70.tar.gz |
Removed obsolete and misleading comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/App/OutputSettings.hs | 1 |
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 |