web: remove debug code
This commit is contained in:
parent
0bae2283b3
commit
d3ede5d676
@ -166,7 +166,7 @@ accountTransactionsReportItems query thisacctquery bal signfn (torig:ts) =
|
|||||||
case i of Just i' -> i':is
|
case i of Just i' -> i':is
|
||||||
Nothing -> is
|
Nothing -> is
|
||||||
where
|
where
|
||||||
tacct@Transaction{tpostings=queryps} = dbg0 "tacct" $ filterTransactionPostings query torig
|
tacct@Transaction{tpostings=queryps} = filterTransactionPostings query torig
|
||||||
(thisacctps, otheracctps) = -- partition (matchesPosting thisacctquery) queryps
|
(thisacctps, otheracctps) = -- partition (matchesPosting thisacctquery) queryps
|
||||||
case thisacctquery of None -> ([],queryps)
|
case thisacctquery of None -> ([],queryps)
|
||||||
q -> partition (matchesPosting q) queryps
|
q -> partition (matchesPosting q) queryps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user