remove stray printfs
This commit is contained in:
parent
52ca361649
commit
cab91f9ccf
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue