mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Remove keymgr cleaning keys logs.
its such a dumb log message, obviously its going to cleanup keys.
This commit is contained in:
parent
01e85fd717
commit
a7e1d1d22a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user