mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
;timedot: fix accidentally committed debug output breaking CI
This commit is contained in:
parent
c3680b868b
commit
3dce879731
@ -76,10 +76,10 @@ parse = parseAndFinaliseJournal' timedotfilep
|
||||
|
||||
-- ** utilities
|
||||
|
||||
-- traceparse :: Monad m => a -> m a
|
||||
-- traceparse = return
|
||||
traceparse :: String -> JournalParser m ()
|
||||
traceparse = lift.traceParse
|
||||
traceparse :: Monad m => a -> m a
|
||||
traceparse = return
|
||||
-- traceparse :: String -> JournalParser m ()
|
||||
-- traceparse = lift.traceParse
|
||||
|
||||
-- ** parsers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user