Removing debugging from the "resources" type

Signed-off-by: Luke Kanies <luke@madstop.com>
This commit is contained in:
Luke Kanies 2008-12-01 17:58:36 -06:00
Родитель 0c6a151fdc
Коммит 6a4c0d52bf
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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