From 8c717ffa21b618351b5e8d89e84211342888afba Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Mon, 5 Aug 2019 13:14:29 +0200 Subject: [PATCH] removed the debug printf --- OpenCL/m21200_a3-optimized.cl | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenCL/m21200_a3-optimized.cl b/OpenCL/m21200_a3-optimized.cl index 84f09e7d0..dc5960d4f 100644 --- a/OpenCL/m21200_a3-optimized.cl +++ b/OpenCL/m21200_a3-optimized.cl @@ -773,8 +773,6 @@ DECLSPEC void m21200s (u32 *w0, u32 *w1, u32 *w2, u32 *w3, const u32 pw_len, KER const u32x d0 = d; const u32x e0 = e; -if (gid == 0) printf("sha1(salt): %08x %08x %08x %08x %08x\n", a0, b0, c0, d0, e0); - /** * digest */