From f66114426b1c889806363d8e7d084378594e1ddd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 21 Jan 2016 13:01:07 +0100 Subject: [PATCH] CHG: removed a debug statement --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index bd27ba0c..c5a86b56 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -102,7 +102,7 @@ start: } t1 = clock() - t1; if ( t1 > 0 ){ - PrintAndLog("Time in darkside: %.0f ticks - %4.2f sec\n (%u)", (float)t1, ((float)t1)/CLOCKS_PER_SEC, CLOCKS_PER_SEC); + PrintAndLog("Time in darkside: %.0f ticks - %4.2f sec\n", (float)t1, ((float)t1)/CLOCKS_PER_SEC); } return 0; } -- 2.39.2