summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-11-01 15:11:06 -0500
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit73f57f2bce4ea7951d765c4a695bae42a3e1100c (patch)
tree5a51f4db082c9e3c53fbe482afb736a1564102de /lib
parent4be86015bd0a663f9e662186f7acbf8c3c8b421f (diff)
downloadpuppet-73f57f2bce4ea7951d765c4a695bae42a3e1100c.tar.gz
puppet-73f57f2bce4ea7951d765c4a695bae42a3e1100c.tar.xz
puppet-73f57f2bce4ea7951d765c4a695bae42a3e1100c.zip
removing extraneous comment
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/transaction/event_manager.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/transaction/event_manager.rb b/lib/puppet/transaction/event_manager.rb
index da282ec8e..89c4b9297 100644
--- a/lib/puppet/transaction/event_manager.rb
+++ b/lib/puppet/transaction/event_manager.rb
@@ -72,7 +72,6 @@ class Puppet::Transaction::EventManager
private
def process_callback(resource, callback, events)
- # XXX Should it be any event, or all events?
process_noop_events(resource, callback, events) and return false unless events.detect { |e| e.status != "noop" }
resource.send(callback)