From 1bb29cdbb7fa63d2fd5312e3fc81bcc489aaab5d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 29 Jul 2008 21:38:20 -0400 Subject: The register report has begun printing real data, although not all the pieces are in place yet and the formatting is still off. --- main.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.cc') 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(args, 0); var_t ostream(args, 1); - std::cout << "Hello, world!" << std::endl; - report->xacts_report (xact_handler_ptr(new format_xacts (*ostream, report->session.register_format))); -- cgit v1.2.3