summaryrefslogtreecommitdiff
path: root/src/stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.cc')
-rw-r--r--src/stats.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stats.cc b/src/stats.cc
index 6f0e21f4..e2db9d8b 100644
--- a/src/stats.cc
+++ b/src/stats.cc
@@ -82,12 +82,6 @@ value_t report_statistics(call_scope_t& args)
out << std::endl;
-#if 0
- out << _(" Number of transactions: ") ;
- out.width(6);
- out << statistics.xacts_count << std::endl;
-#endif
-
out << _(" Number of postings: ");
out.width(6);
out << statistics.posts_count;