Skip to content

Commit

Permalink
Removed obsolete and misleading comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 31, 2018
1 parent 4eb8a97 commit 5cd48c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/App/OutputSettings.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cd48c8

Please sign in to comment.