From 8a83e5f980a5ecff5a03aeb3af8297e04ee99e40 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Mon, 15 May 2017 06:57:51 -0300 Subject: [PATCH] code cleanup --- pdfScale.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdfScale.sh b/pdfScale.sh index 2f4d085..cad5d61 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -137,12 +137,10 @@ printPDFSizes() { getPageSize || initError "Could not get pagesize!" local paperType="$(getGSPaperName $PGWIDTH $PGHEIGHT)" isEmpty "$paperType" && paperType="NOT Detected" - #printf '%s\n' "-----+------+----WIDTH-+-HEIGHT-----------" printf '%s\n' "------------+-----------------------------" printf " File | %s\n" "$(basename "$INFILEPDF")" printf " Paper Type | %s\n" "$paperType" printf '%s\n' "------------+-----------------------------" - #printf '%s\n' "------------+----WIDTH-+-HEIGHT-----------" printf '%s\n' " | WIDTH x HEIGHT" printf " Points | %+8s x %-8s\n" "$PGWIDTH" "$PGHEIGHT" printf " Milimeters | %+8s x %-8s\n" "$(pointsToMilimeters $PGWIDTH)" "$(pointsToMilimeters $PGHEIGHT)"