]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove some debug
authorBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 19:03:50 +0000 (19:03 +0000)
committerBen Gras <ben@minix3.org>
Fri, 12 Aug 2005 19:03:50 +0000 (19:03 +0000)
commands/ibm/autopart.c

index 3e531b583897677adde093b4d71525f5529e7e35..96dcda1a9cbf55392b5d5a1b30728fbac99a5451 100755 (executable)
@@ -2576,8 +2576,6 @@ sanitycheck_failed(char *dev, struct part_entry *pe)
        int fd;
        unsigned long it_lowsec, it_secsize;
 
-       printf("Opening %s\n", dev);
-
        if((fd = open(dev, O_RDONLY)) < 0) {
                perror(dev);
                return 1;