mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-19 11:06:15 +00:00
Merge pull request #574 from WhyNotHugo/jpjpjp
Remove leftover logging statement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user