Commit f36c89af authored by CJ East's avatar CJ East

Remove stray debug code.

parent ac4f5522
......@@ -699,7 +699,6 @@ evalCommand output (Expression expr) state = do
-- typeclass instance, this will throw an exception and thus `attempt` will
-- return False, and we just resort to plaintext.
let displayExpr = printf "(IHaskell.Display.display (%s))" expr :: String
write displayExpr
canRunDisplay <- attempt $ exprType displayExpr
-- Check if this is a widget.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment