disable test output

This commit is contained in:
spaced4ndy
2023-09-15 15:22:47 +04:00
parent 375b167d3e
commit 5ebf0615d4
+2 -2
View File
@@ -258,8 +258,8 @@ getTermLine cc =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
-- when (printOutput cc) $ do
when True $ do
when (printOutput cc) $ do
-- when True $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s