summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-16 01:02:47 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:23 -0400
commit7a44b2e367e4c6036ec79925f027a124dbd73ceb (patch)
treef0fe2579b974262c09661b45845a12439a8ffa14 /config.cc
parent4aea9709bb25a3be567ad8c25cdd4458e813a10f (diff)
downloadfork-ledger-7a44b2e367e4c6036ec79925f027a124dbd73ceb.tar.gz
fork-ledger-7a44b2e367e4c6036ec79925f027a124dbd73ceb.tar.bz2
fork-ledger-7a44b2e367e4c6036ec79925f027a124dbd73ceb.zip
*** empty log message ***
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index ac197fd3..40294ad0 100644
--- a/config.cc
+++ b/config.cc
@@ -988,7 +988,6 @@ OPT_BEGIN(total_data, "J") {
OPT_BEGIN(price_db, ":") {
config->price_db = optarg;
- std::cerr << "Setting --price_db=" << optarg << std::endl;
} OPT_END(price_db);
OPT_BEGIN(price_exp, "Z:") {