We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176f99e commit 6ad517cCopy full SHA for 6ad517c
cardano-node/src/Cardano/Node/Tracing/Tracers/Resources.hs
@@ -25,5 +25,3 @@ startResourceTracer tr delayMilliseconds = do
25
mbrs <- readResourceStats
26
forM_ mbrs $ \rs -> traceWith tr rs
27
threadDelay (delayMilliseconds * 1000)
28
- forM_ mbrs $ \rs -> traceWith tr rs
29
- threadDelay (delayMilliseconds * 1000)
0 commit comments