Skip to content
Snippets Groups Projects
Commit d6b8e99b authored by Libor Peltan's avatar Libor Peltan
Browse files

keymgr: removed a useless printf

parent 8357bf5c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -142,7 +142,6 @@ int keymgr_generate_key(kdnssec_ctx_t *ctx, int argc, char *argv[])
ctx->policy->zsk_size = keysize;
}
}
printf("alg %d\n", (int)ctx->policy->algorithm);
for (size_t i = 0; i < ctx->zone->num_keys; i++) {
knot_kasp_key_t *kasp_key = &ctx->zone->keys[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment