mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
cdrom_id: remove debugging code
This commit is contained in:
parent
1c8dc990dc
commit
36a07a8c34
@ -126,7 +126,6 @@ static int is_mounted(const char *device)
|
||||
if (fp == NULL)
|
||||
return -ENOSYS;
|
||||
while (fscanf(fp, "%*s %*s %i:%i %*[^\n]", &maj, &min) == 2) {
|
||||
printf("got %u %u\n", maj, min);
|
||||
if (makedev(maj, min) == statbuf.st_rdev) {
|
||||
mounted = 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user