From b4304515ff0501da47cbcd4b47c770e2bb55a83d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Aug 2004 04:26:48 -0400 Subject: ledger.so (the python module) now builds based on autoconf discovery --- textual.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index 074e1f00..0e8bdee1 100644 --- a/textual.cc +++ b/textual.cc @@ -158,8 +158,6 @@ bool finalize_entry(entry_t * entry) x++) if (! ((*x)->flags & TRANSACTION_VIRTUAL) || ((*x)->flags & TRANSACTION_BALANCE)) { - DEBUG_PRINT("ledger.textual.finalize", - "item cost is " << ((*x)->cost ? *(*x)->cost : (*x)->amount)); amount_t * p = (*x)->cost ? (*x)->cost : &(*x)->amount; if (*p) balance += *p; @@ -220,10 +218,6 @@ bool finalize_entry(entry_t * entry) balance = 0U; } -#if 0 - DEBUG_PRINT("ledger.textual.finalize", "balance is " << balance); -#endif - return ! balance; } -- cgit v1.2.3