remove spurious printf

This commit is contained in:
Jan-Piet Mens
2015-08-29 16:49:11 +02:00
parent e689d2c1e2
commit fbc3985f6a

1
ocat.c
View File

@@ -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) {