]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed a debug statement
authoriceman1001 <iceman@iuse.se>
Thu, 21 Jan 2016 12:01:07 +0000 (13:01 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 21 Jan 2016 12:01:07 +0000 (13:01 +0100)
client/cmdhfmf.c

index bd27ba0caa40ac08250d631a305d9d7b4a33e150..c5a86b5625f0d63a4c5e1173c7ee82eaf6ee5f54 100644 (file)
@@ -102,7 +102,7 @@ start:
        }\r
        t1 = clock() - t1;\r
        if ( t1 > 0 ){\r
-               PrintAndLog("Time in darkside: %.0f ticks - %4.2f sec\n (%u)", (float)t1, ((float)t1)/CLOCKS_PER_SEC, CLOCKS_PER_SEC);\r
+               PrintAndLog("Time in darkside: %.0f ticks - %4.2f sec\n", (float)t1, ((float)t1)/CLOCKS_PER_SEC);\r
        }\r
        return 0;\r
 }\r
Impressum, Datenschutz