aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/Error.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs
index 15dab4b09..b52573177 100644
--- a/src/Text/Pandoc/Error.hs
+++ b/src/Text/Pandoc/Error.hs
@@ -123,7 +123,6 @@ renderError e =
"\nTry using Word to save your DOC file as DOCX," <>
" and convert that with pandoc."
"pdf" -> "\nPandoc can convert to PDF, but not from PDF."
- "asciidoc" -> "\nPandoc can convert to asciidoc, but not from asciidoc."
_ -> ""
PandocUnknownWriterError w ->
"Unknown output format " <> w <>