Skip to content

Commit

Permalink
Pate.TraceTree: drop "tree hook" debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Feb 7, 2024
1 parent 3fe7879 commit c5558ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pate/TraceTree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1051,9 +1051,9 @@ startSomeTreeBuilder validRepr someTree@(SomeTraceTree ref f) = (IO.liftIO $ IO.
StartTree -> do
(tree, builder) <- IO.liftIO $ startTree @k
IO.liftIO $ IO.writeIORef ref (SomeTraceTree' validRepr builder tree)
IO.liftIO $ IO.putStrLn "Starting tree hook.."
-- IO.liftIO $ IO.putStrLn "Starting tree hook.."
IO.liftIO $ f tree
IO.liftIO $ IO.putStrLn "Started!"
-- IO.liftIO $ IO.putStrLn "Started!"
return builder
-- If a tree has already started we need to just throw it away and start again
SomeTraceTree'{} -> do
Expand Down

0 comments on commit c5558ab

Please sign in to comment.