summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'textual.cc')
-rw-r--r--textual.cc2
1 files changed, 0 insertions, 2 deletions
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);