fix(bkgpslog):Comment out debug code causing /var/mail/ noise
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Mon, 29 Jun 2020 11:50:38 +0000 (11:50 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Mon, 29 Jun 2020 11:50:38 +0000 (11:50 +0000)
exec/bkgpslog

index 999775e8df7cbeb03b6444d78ad78948ffb2d99b..900b8c46355415c97a3a62f5d520ef0ef98ea4e2 100755 (executable)
@@ -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