mirror of
https://github.com/owntracks/recorder.git
synced 2026-04-09 00:36:50 +00:00
remove spurious printf
This commit is contained in:
1
ocat.c
1
ocat.c
@@ -352,7 +352,6 @@ int main(int argc, char **argv)
|
||||
/* get a list of .rec files from lister() without time limits,
|
||||
* process them in reverse order */
|
||||
|
||||
printf("*** LIMIT %d\n", limit);
|
||||
if ((json = lister(username, device, s_lo, s_hi)) != NULL) {
|
||||
if ((arr = json_find_member(json, "results")) != NULL) { // get array
|
||||
json_foreach(f, arr) {
|
||||
|
||||
Reference in New Issue
Block a user