From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Fri, 27 May 2022 09:57:59 +0000 (+0000)
Subject: chore(user/bkots):Comment debug line
X-Git-Tag: 0.5.1~16
X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/814a75eadf26da7d04a98652948e5144cc9cb2bf?ds=sidebyside;hp=-c

chore(user/bkots):Comment debug line
---

814a75eadf26da7d04a98652948e5144cc9cb2bf
diff --git a/user/bkots b/user/bkots
index d37b9c2..12cde77 100755
--- a/user/bkots
+++ b/user/bkots
@@ -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