diff options
author | Luke Kanies <luke@madstop.com> | 2005-07-20 16:33:28 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-07-20 16:33:28 +0000 |
commit | 99eedb3f15d55a32d4654ffea6c264b9e65c40c4 (patch) | |
tree | 06744ea7aa2aee9dc83aaabc7ba448ed08ac3ede | |
parent | 8f718da399cd3e87864d5ca1b2e0011786523a16 (diff) | |
download | puppet-99eedb3f15d55a32d4654ffea6c264b9e65c40c4.tar.gz puppet-99eedb3f15d55a32d4654ffea6c264b9e65c40c4.tar.xz puppet-99eedb3f15d55a32d4654ffea6c264b9e65c40c4.zip |
reducing debugging
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@427 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb index 14fd590c8..9e2774509 100644 --- a/lib/puppet/client.rb +++ b/lib/puppet/client.rb @@ -68,7 +68,7 @@ module Puppet objects = nil facts = Client.facts - Puppet.info "Facts are %s" % facts.inspect + #Puppet.info "Facts are %s" % facts.inspect textfacts = Marshal::dump(facts) if @localonly |