chore(user/bkots):Comment debug line
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 27 May 2022 09:57:59 +0000 (09:57 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 27 May 2022 09:57:59 +0000 (09:57 +0000)
user/bkots

index d37b9c22cf41a6bca959e0db49a05e031584fbe6..12cde77c7e8c76a1828655bcc2c931b4f9a2abc7 100755 (executable)
@@ -200,7 +200,7 @@ showVersion() {
     vbm "DEBUG:showVersion function called."
 
     cat <<'EOF'
-bkots 1.0.0
+bkots 1.0.1
 Copyright (C) 2022 Steven Baltakatei Sandoval
 License GPLv3: GNU GPL version 3
 This is free software; you are free to change and redistribute it.
@@ -715,7 +715,7 @@ main() {
     done;
 
     ## Run commands
-    yell "DEBUG:commands:$(printf "%s\n" "${commands[@]}")";
+    #yell "DEBUG:commands:$(printf "%s\n" "${commands[@]}")";
     printf "%s\n" "${commands[@]}" | parallel --group;
 
 }; # main program