ui: remove debug code
This commit is contained in:
parent
cc0c981d29
commit
eefa9c42a3
@ -74,7 +74,7 @@ initAccountsScreen mselacct d st@AppState{
|
|||||||
-- ensure depth_ also reflects depth: args
|
-- ensure depth_ also reflects depth: args
|
||||||
depth_=depthfromoptsandargs,
|
depth_=depthfromoptsandargs,
|
||||||
-- remove depth: args from query_
|
-- remove depth: args from query_
|
||||||
query_=ltrace "b" $ unwords $ -- as in ReportOptions, with same limitations
|
query_=unwords $ -- as in ReportOptions, with same limitations
|
||||||
[v | (k,v) <- rawopts_ copts, k=="args", not $ "depth" `isPrefixOf` v],
|
[v | (k,v) <- rawopts_ copts, k=="args", not $ "depth" `isPrefixOf` v],
|
||||||
-- XXX balanceReport doesn't respect this yet
|
-- XXX balanceReport doesn't respect this yet
|
||||||
balancetype_=HistoricalBalance
|
balancetype_=HistoricalBalance
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user