summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/type/resources.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/type/resources.rb b/lib/puppet/type/resources.rb
index 358ad603b..c0d892bb8 100644
--- a/lib/puppet/type/resources.rb
+++ b/lib/puppet/type/resources.rb
@@ -137,7 +137,6 @@ Puppet::Type.newtype(:resources) do
return false
end
- p current_values[resource.property(:uid)]
if current_values[resource.property(:uid)] <= self[:unless_system_user]
return false
else