Skip to content

Commit 243a2f9

Browse files
committed
Fix
1 parent d00e056 commit 243a2f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trace-dispatcher/src/Cardano/Logging/DocuGenerator.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ documentation :: forall a.
102102
documentation tracer = do
103103
DocCollector docRef <- documentTracersRun [tracer]
104104
items <- fmap Map.toList (liftIO (readIORef docRef))
105-
traverse_ print items
106105
pure $ process =<< items
107106
where
108107
process :: (Int, LogDoc) -> [([Text], Text, [Text], Bool)]

0 commit comments

Comments
 (0)