aboutsummaryrefslogtreecommitdiff
path: root/src/Ghci.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-25 12:17:48 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-25 12:17:48 +0200
commit480cbcd7749f412a7766416b9cb3694ac4ed0fb7 (patch)
treecd955594f7e3ad6ce11e0ae23a946572fb9d5f88 /src/Ghci.hs
parent28311c2f54ec585503c0393330fcaed005f70837 (diff)
Remove debug printHEADmaster
Diffstat (limited to 'src/Ghci.hs')
-rw-r--r--src/Ghci.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ghci.hs b/src/Ghci.hs
index 7f06f99..04b3f4a 100644
--- a/src/Ghci.hs
+++ b/src/Ghci.hs
@@ -166,7 +166,6 @@ runStmt' ghci pset stmt = do
hFlush (ghciStdin ghci)
let readmax = psMaxOutputLen pset + 8192
(output, reason) <- hGetUntilUTF8 (ghciStdout ghci) (Just readmax) tag
- hPutStrLn stderr $ "runStmt': reason = " ++ show reason
case reason of
ReachedMaxLen -> do
terminateGhci ghci -- because we lost the new prompt