summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-25 00:26:14 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-25 00:26:14 +0000
commit505605434d75617cb4c15694150990b9b3a3cc72 (patch)
tree8e619f41b6c600e7644f9454412f1365e68e7f81
parentb119a7252face5ad093a6bd1856f8391cddcc4c4 (diff)
downloadpuppet-505605434d75617cb4c15694150990b9b3a3cc72.tar.gz
puppet-505605434d75617cb4c15694150990b9b3a3cc72.tar.xz
puppet-505605434d75617cb4c15694150990b9b3a3cc72.zip
Removing timestamp debugging
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@947 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xlib/puppet/type/pfile/checksum.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/type/pfile/checksum.rb b/lib/puppet/type/pfile/checksum.rb
index 607a1c012..d4089b740 100755
--- a/lib/puppet/type/pfile/checksum.rb
+++ b/lib/puppet/type/pfile/checksum.rb
@@ -140,7 +140,6 @@ module Puppet
end
if FileTest.directory?(@parent[:path])
- self.debug "Reverting directory sum type to timestamp"
value = "time"
end
@@ -163,7 +162,6 @@ module Puppet
end
if FileTest.directory?(@parent[:path]) and @checktypes[0] =~ /md5/
- self.debug "Using timestamp on directory"
@checktypes = ["time"]
end