summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 21:38:20 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 21:44:21 -0400
commit1bb29cdbb7fa63d2fd5312e3fc81bcc489aaab5d (patch)
treed5c7e3897763a8a9d4b05c438d1c1bcb8020ee04 /main.cc
parent42e1d725aa9deb41396ba4c73c8499c7c3798508 (diff)
downloadfork-ledger-1bb29cdbb7fa63d2fd5312e3fc81bcc489aaab5d.tar.gz
fork-ledger-1bb29cdbb7fa63d2fd5312e3fc81bcc489aaab5d.tar.bz2
fork-ledger-1bb29cdbb7fa63d2fd5312e3fc81bcc489aaab5d.zip
The register report has begun printing real data, although not all the pieces
are in place yet and the formatting is still off.
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cc b/main.cc
index c998b20c..6dfe4004 100644
--- a/main.cc
+++ b/main.cc
@@ -51,8 +51,6 @@ namespace ledger {
var_t<report_t> report(args, 0);
var_t<std::ostream> ostream(args, 1);
- std::cout << "Hello, world!" << std::endl;
-
report->xacts_report
(xact_handler_ptr(new format_xacts
(*ostream, report->session.register_format)));