Browse Source

Remove temp debug

bryan 2 years ago
parent
commit
97d6817e28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -1018,7 +1018,6 @@ openFirewall() {
     declare u_ports="$*"
     declare u_ports="${u_ports// /|}" # concatenate
     u_ports="${u_ports//-/\:}" # for ufw
-    debug "u_ports formatted: $u_ports"
 
     if hash firewall-cmd 2>/dev/null; then
         if ! sudo firewall-cmd --get-services | grep -q "$service"; then