no output of sharedSecret

This commit is contained in:
Wolfgang Hottgenroth
2021-03-04 18:07:36 +01:00
parent 72f2c72280
commit c4736640cd

View File

@ -51,7 +51,6 @@ void sinkSenderInit(config_t *pCfg) {
if (! config_lookup_string(pCfg, SHARED_SECRET_KEY, &sharedSecret)) {
sharedSecret = DEFAULT_SHARED_SECRET;
}
logmsg(LOG_INFO, "CONFIG: sharedSecret=%s\n", sharedSecret);
secondOfMinute = 0;