]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.c
/client/Makefile: Output object files to the obj subdir.
[proxmark3-svn] / client / ui.c
index 9f4377c87322966039482b796303aa0c154e9182..f0fa8e733ab94ef08e7e3c2d15876fff7e8bbdbe 100644 (file)
@@ -30,17 +30,6 @@ void PrintAndLog(char *fmt, ...)
   va_end(argptr);
   printf("\n");
   if (logging && logfile) {
-#if 0
-    char zeit[25];
-    time_t jetzt_t;
-    struct tm *jetzt;
-
-    jetzt_t = time(NULL);
-    jetzt = localtime(&jetzt_t);
-    strftime(zeit, 25, "%b %e %T", jetzt);
-
-    fprintf(logfile,"%s ", zeit);
-#endif
     vfprintf(logfile, fmt, argptr2);
     fprintf(logfile,"\n");
     fflush(logfile);
Impressum, Datenschutz