From 6c6ff03155101cebbd4ba76ce09cc23adf45f9f7 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 15 Sep 2005 05:11:23 +0000 Subject: moving some testing and debugging around git-svn-id: https://reductivelabs.com/svn/puppet/trunk@666 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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 == "/" -- cgit