web: remove debug code

This commit is contained in:
Simon Michael 2014-07-17 16:29:14 -07:00
parent 0bae2283b3
commit d3ede5d676

View File

@ -166,7 +166,7 @@ accountTransactionsReportItems query thisacctquery bal signfn (torig:ts) =
case i of Just i' -> i':is
Nothing -> is
where
tacct@Transaction{tpostings=queryps} = dbg0 "tacct" $ filterTransactionPostings query torig
tacct@Transaction{tpostings=queryps} = filterTransactionPostings query torig
(thisacctps, otheracctps) = -- partition (matchesPosting thisacctquery) queryps
case thisacctquery of None -> ([],queryps)
q -> partition (matchesPosting q) queryps