Remove leftover logging statement

This logging statement records any payload (which can contain
plaintext payloads and decryption keys). System logs are typically
world-readable.
This commit is contained in:
Hugo Osvaldo Barrera
2026-07-22 16:16:43 +02:00
parent 5c319d16c9
commit 80121e8610
-1
View File
@@ -299,7 +299,6 @@ static void putrec(struct udata *ud, time_t epoch, UT_string *reltopic, UT_strin
if ((j = json_decode(string)) != NULL) {
js = json_stringify(j, NULL);
fprintf(stderr, "JPJPJP: [%s]\n", js);
fprintf(fp, RECFORMAT, isotime(epoch),
UB(reltopic), js);
free(js);