Skip to content

Commit

Permalink
test: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodelara committed Oct 26, 2021
1 parent 584dbb1 commit bde82c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/api_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bde82c8

Please sign in to comment.