We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a395a commit a4f60e4Copy full SHA for a4f60e4
GUI/Timeline.hs
@@ -286,7 +286,6 @@ timelineViewNew builder actions = do
286
case maybeEventArray of
287
Nothing -> return ()
288
Just hecs -> do
289
- traceShowM "just hecs"
290
params <- timelineGetViewParameters timelineWin
291
-- render either the whole height of the timeline, or the window, whichever
292
-- is larger (this just ensure we fill the background if the timeline is
0 commit comments