diff -r f2323f79252e -r 31553c22f318 lib/iec_std_lib.h --- a/lib/iec_std_lib.h Thu Nov 08 18:55:57 2012 +0100 +++ b/lib/iec_std_lib.h Thu Nov 15 22:28:53 2012 +0100 @@ -241,8 +241,6 @@ if ((time_t)(-1) == epoch_seconds) __iec_error(); - printf("Seconds = %d\n", (int)epoch_seconds); - ts.tv_sec = epoch_seconds; ts.tv_nsec = 0;