Remove keymgr cleaning keys logs.

its such a dumb log message, obviously its going to cleanup keys.
This commit is contained in:
Joris Vink 2021-11-03 17:16:34 +01:00
parent 01e85fd717
commit a7e1d1d22a

View File

@ -364,9 +364,6 @@ kore_keymgr_cleanup(int final)
{
struct key *key, *next;
if (final && !kore_quiet)
kore_log(LOG_INFO, "cleaning up keys");
if (initialized == 0)
return;