From: Steven Baltakatei Sandoval Date: Mon, 29 Jun 2020 11:50:38 +0000 (+0000) Subject: fix(bkgpslog):Comment out debug code causing /var/mail/ noise X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/d6896d3b7c321ec6a62edde16f53794ca12975bd fix(bkgpslog):Comment out debug code causing /var/mail/ noise --- diff --git a/exec/bkgpslog b/exec/bkgpslog index 999775e..900b8c4 100755 --- a/exec/bkgpslog +++ b/exec/bkgpslog @@ -170,8 +170,8 @@ vbm() { } # Verbose message display function. processArguments() { while [ ! $# -eq 0 ]; do # While number of arguments ($#) is not (!) equal to (-eq) zero (0). - echoerr "DEBUG:Starting processArguments while loop." - echoerr "DEBUG:Provided arguments are:""$*" + #echoerr "DEBUG:Starting processArguments while loop." + #echoerr "DEBUG:Provided arguments are:""$*" case "$1" in --h | --help) showUsage; exit 1;; # Display usage. --version) showVersion; exit 1;; # Show version