about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/tangle/002main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/tangle/002main.cc b/cpp/tangle/002main.cc
index 851811c8..04d10c8d 100644
--- a/cpp/tangle/002main.cc
+++ b/cpp/tangle/002main.cc
@@ -30,8 +30,6 @@ string flag_value(const string& flag, int argc, const char* argv[]) {
 //// test harness
 
 int run_tests() {
-  time_t t; time(&t);
-  cerr << "C tests: " << ctime(&t);
   for (unsigned long i=0; i < sizeof(Tests)/sizeof(Tests[0]); ++i) {
     START_TRACING_UNTIL_END_OF_SCOPE;
     setup();