From: Hunter Haugen Date: Fri, 1 Aug 2014 21:52:17 +0000 (-0700) Subject: Remove stray print X-Git-Tag: 1.3.0~1^2~22^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a7e11428c7ad8f80408f131dbc86fa99a3599035;p=puppet-modules%2Fpuppetlabs-firewall.git Remove stray print --- diff --git a/lib/puppet/provider/firewall/iptables.rb b/lib/puppet/provider/firewall/iptables.rb index 43e2484..33d1749 100644 --- a/lib/puppet/provider/firewall/iptables.rb +++ b/lib/puppet/provider/firewall/iptables.rb @@ -342,7 +342,6 @@ Puppet::Type.type(:firewall).provide :iptables, :parent => Puppet::Provider::Fir m = hash[prop].match(/^(!?)\s?(.*)/) neg = "! " if m[1] == "!" if [:source,:destination].include?(prop) - p hash if hash[prop] == "udp" # Normalise all rules to CIDR notation. hash[prop] = "#{neg}#{Puppet::Util::IPCidr.new(m[2]).cidr}" else