lib/iec_std_lib.h
changeset 706 31553c22f318
parent 705 f2323f79252e
child 707 e666763ac743
--- 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;