From 505605434d75617cb4c15694150990b9b3a3cc72 Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 25 Feb 2006 00:26:14 +0000 Subject: Removing timestamp debugging git-svn-id: https://reductivelabs.com/svn/puppet/trunk@947 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile/checksum.rb | 2 -- 1 file changed, 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 -- cgit