From 0a35c340c544351f6c82817dc2cff7b9fc6895ff Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 13 Nov 2006 05:21:28 +0000 Subject: Removing some debugging, and trying to track down a bug where symlinks get recreated for now reason git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1867 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile/target.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/type/pfile/target.rb b/lib/puppet/type/pfile/target.rb index a7a219c0c..8c22b10b9 100644 --- a/lib/puppet/type/pfile/target.rb +++ b/lib/puppet/type/pfile/target.rb @@ -25,7 +25,6 @@ module Puppet # Create our link. def mklink - notice @is.inspect target = self.should # Clean up any existing objects. -- cgit