summaryrefslogtreecommitdiff
path: root/src/entry.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-04 19:55:27 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-04 19:55:27 -0400
commit2d941730b1c60342be5b108d2d654723b3b7c2cb (patch)
tree6a3f4b7305857e85d2684670492007bafc3668d0 /src/entry.cc
parent73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe (diff)
downloadledger-2d941730b1c60342be5b108d2d654723b3b7c2cb.tar.gz
ledger-2d941730b1c60342be5b108d2d654723b3b7c2cb.tar.bz2
ledger-2d941730b1c60342be5b108d2d654723b3b7c2cb.zip
Largely removed all of Ledger's use of global variables, for the REPL's sake.
Diffstat (limited to 'src/entry.cc')
-rw-r--r--src/entry.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/entry.cc b/src/entry.cc
index 27968614..815186f0 100644
--- a/src/entry.cc
+++ b/src/entry.cc
@@ -247,8 +247,7 @@ bool entry_base_t::finalize()
DEBUG("entry.finalize.totals",
"Total for " << xact->account->fullname() << " + "
- << xact->amount.strip_annotations() << ": "
- << xact->account->xdata().value.strip_annotations());
+ << xact->amount << ": " << xact->account->xdata().value);
}
}
if (all_null)