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