From: Ben Gras Date: Fri, 12 Aug 2005 19:03:50 +0000 (+0000) Subject: Remove some debug X-Git-Tag: v3.1.0~334 X-Git-Url: http://zhaoyanbai.com/repos/cppcheck-error.log?a=commitdiff_plain;h=04e92e43728d7e3c42330d739811a0549c57b49a;p=minix.git Remove some debug --- diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index 3e531b583..96dcda1a9 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -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;