Explorar o código

Remove temp debug

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
97d6817e28
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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