From a787adb1278121b8b691faca21b9dbaddc93ea92 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 Feb 2006 01:02:47 +0000 Subject: *** no comment *** --- config.cc | 1 - textual.cc | 2 -- 2 files changed, 3 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:") { diff --git a/textual.cc b/textual.cc index 0a317070..fe2185d6 100644 --- a/textual.cc +++ b/textual.cc @@ -608,8 +608,6 @@ unsigned int textual_parser_t::parse(std::istream& in, date_buffer[std::strlen(date_field)] = ' '; std::strcpy(&date_buffer[std::strlen(date_field) + 1], time_field); - std::cerr << "date_buffer = " << date_buffer << std::endl; - struct std::tm when; if (strptime(date_buffer, "%Y/%m/%d %H:%M:%S", &when)) { date = std::mktime(&when); -- cgit v1.2.3