remove stray printfs

This commit is contained in:
Andreas Öman 2007-08-18 11:39:36 +00:00
parent 52ca361649
commit cab91f9ccf

View file

@ -519,14 +519,12 @@ cr_event_record(client_t *c, char **argv, int argc)
return 1;
op = str2val(argv[1], recoptab);
printf("op = %d\n", op);
if(op == -1)
return 1;
epg_lock();
e = epg_event_find_by_tag(atoi(argv[0]));
printf("e[%d] = %p\n", atoi(argv[0]), e);
if(e == NULL) {
epg_unlock();
return 1;