Remove some debug

This commit is contained in:
Ben Gras 2005-08-12 19:03:50 +00:00
parent 3a68e040b0
commit 04e92e4372

View File

@ -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;