Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- fdisks/fdisk.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index 5683307..d9e4f62 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -352,15 +352,6 @@ sector_t align_lba(struct fdisk_context *cxt, sector_t lba, int direction) } } - /*** - fprintf(stderr, "LBA %llu (%s) --align-(%s)--> %llu (%s)\n", - lba, - lba_is_aligned(lba) ? "OK" : "FALSE", - direction == ALIGN_UP ? "UP " : - direction == ALIGN_DOWN ? "DOWN " : "NEAREST", - res, - lba_is_aligned(res) ? "OK" : "FALSE"); - ***/ return res; } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html