mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove obsolete debugging line
This commit is contained in:
parent
0a5fb7d6b9
commit
5bb0a95b02
@ -603,7 +603,6 @@ static int open_fe(struct dddvb_fe *fe)
|
||||
|
||||
sprintf(fname, "/dev/dvb/adapter%d/frontend%d", fe->anum, fe->fnum);
|
||||
fe->fd = open(fname, O_RDWR);
|
||||
printf("open = %d\n", fe->fd);
|
||||
if (fe->fd < 0)
|
||||
return -1;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user