summaryrefslogtreecommitdiff
path: root/src/stats.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
commit3909d2678ede154f9a7fe19617973d4daa173c47 (patch)
treeb8d85010bae44f1f4c7020d68e8b840b81da354f /src/stats.cc
parent97a9b42b2c5ef908e0c47ecfd39771a79f8fa8a2 (diff)
downloadfork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.gz
fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.bz2
fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.zip
Removed most #if 0 blocks and callout comments
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;