summaryrefslogtreecommitdiff
path: root/src/entry.cc
diff options
context:
space:
mode:
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)