aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-24 23:27:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-24 23:27:59 -0700
commitc29a72ffe7cd5dcbfec76cdf7faf243560367526 (patch)
treec689b7ea7a29330cd5d9a6923e838fa11e02b8bc
parentfd7c140cde7544c0236586e2aa22691c33c3265a (diff)
downloadpandoc-c29a72ffe7cd5dcbfec76cdf7faf243560367526.tar.gz
Comment out unused module.
-rw-r--r--src/Text/Pandoc/App.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index 66d659ba1..0b7f2458d 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -71,7 +71,7 @@ import qualified Text.Pandoc.UTF8 as UTF8
import System.Posix.IO (stdOutput)
import System.Posix.Terminal (queryTerminal)
#endif
-import Debug.Trace
+-- import Debug.Trace
convertWithOpts :: Opt -> IO ()
convertWithOpts opts = do