summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/type/pfile.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb
index 507cacf6a..8594681f4 100644
--- a/lib/puppet/type/pfile.rb
+++ b/lib/puppet/type/pfile.rb
@@ -1217,7 +1217,6 @@ module Puppet
#Puppet.warning "Listing path %s" % path.inspect
desc = server.list(path, r, ignore)
- puts desc
desc.split("\n").each { |line|
file, type = line.split("\t")
next if file == "/"