fix(bkgpslog):Comment out debug code causing /var/mail/ noise
[EVA-2020-02.git] / 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