summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-07-22 06:32:41 +0000
committerLuke Kanies <luke@madstop.com>2005-07-22 06:32:41 +0000
commit60965c59c04b79ff6f1a3771506005d1a1381981 (patch)
tree6d71a4bce4d7e75f1b02dc7f17aa5ef31b5e4042
parentf624cd5bfbb52fe21cc7a054a15e74259bc20be3 (diff)
removing silly message
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@441 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--lib/puppet/transportable.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/transportable.rb b/lib/puppet/transportable.rb
index ab1f0f611..eab0e9a53 100644
--- a/lib/puppet/transportable.rb
+++ b/lib/puppet/transportable.rb
@@ -157,7 +157,6 @@ module Puppet
nametable[name] = object
# this sets the order of the object
- Puppet.notice "Pushing %s" % object.name
container.push object
end
else