Selaa lähdekoodia

Remove temp debug

bryan 2 vuotta sitten
vanhempi
commit
97d6817e28
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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