diff --git a/haskell/Main.hs b/haskell/Main.hs index 02bc6a1..bee7408 100644 --- a/haskell/Main.hs +++ b/haskell/Main.hs @@ -23,7 +23,6 @@ main :: IO () main = do -- terminalWidth <- Terminal.Size.width <<$>> Terminal.Size.size -- TODO this doesn't work in GHCID or GHCIWatch... terminalWidth <- pure $ Just 62 - T.putStrLn $ drawTree $ getTestTree tests TL.putStrLn . displayTestResultsConsole terminalWidth =<< runTests TestRunnerOpts