From bde82c8737edc04d80549f0a68225ede7e5cefdb Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Tue, 26 Oct 2021 09:25:24 +0000 Subject: [PATCH] test: remove debug message --- test/api_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/api_test.c b/test/api_test.c index 05709da9..67b48977 100644 --- a/test/api_test.c +++ b/test/api_test.c @@ -1485,7 +1485,6 @@ submit_reset_check_job(struct IMB_MGR *mb_mgr, const uint64_t flags, fill_in_job(job, cipher, dir, hash, order, &chacha_ctx, &gcm_ctx); - printf("cipher (bef) = %u\n", cipher); next_job = IMB_SUBMIT_JOB(mb_mgr); if (next_job == NULL) {