diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-16 01:02:47 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:23 -0400 |
commit | 7a44b2e367e4c6036ec79925f027a124dbd73ceb (patch) | |
tree | f0fe2579b974262c09661b45845a12439a8ffa14 /config.cc | |
parent | 4aea9709bb25a3be567ad8c25cdd4458e813a10f (diff) | |
download | fork-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.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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:") { |