chiark / gitweb /
cdrom_id: remove debugging code
[elogind.git] / extras / cdrom_id / cdrom_id.c
index e485768de41154488a3b4d659dbfb8fd47e629bd..036ef284bf89a25b7783d837a48bba0d3dc6f0c1 100644 (file)
@@ -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;