From eefa9c42a306f51f53fcd17fc6f391904af3288d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 28 Aug 2015 08:12:33 -0700 Subject: [PATCH] ui: remove debug code --- hledger-ui/Hledger/UI/AccountsScreen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/AccountsScreen.hs b/hledger-ui/Hledger/UI/AccountsScreen.hs index ed078b953..f1f1e45e7 100644 --- a/hledger-ui/Hledger/UI/AccountsScreen.hs +++ b/hledger-ui/Hledger/UI/AccountsScreen.hs @@ -74,7 +74,7 @@ initAccountsScreen mselacct d st@AppState{ -- ensure depth_ also reflects depth: args depth_=depthfromoptsandargs, -- 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], -- XXX balanceReport doesn't respect this yet balancetype_=HistoricalBalance