summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-11-10 11:38:51 -0800
committertyler-ball <tyleraball@gmail.com>2014-11-10 11:38:51 -0800
commit4f13cd860f23c5a030a50ad9d92229341e790416 (patch)
tree5c7a472b0e981277d78ba8236cc576f7a08310d7
parente1eb1f6391932fbc04d89d2dad5df5e279441060 (diff)
downloadchef-4f13cd860f23c5a030a50ad9d92229341e790416.tar.gz
Removing unecessary todo
-rw-r--r--lib/chef/event_dispatch/base.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb
index e0eb5cac4d..a1306364b7 100644
--- a/lib/chef/event_dispatch/base.rb
+++ b/lib/chef/event_dispatch/base.rb
@@ -249,8 +249,6 @@ class Chef
# An example in a `controls` block completed successfully
def control_example_success(control_group_name, example_data)
- # TODO Use this for both stdout and resource_reporter, need to pass ancestor tree for resource_reporter
- # but that is ignored by stdout
end
# An example in a `controls` block failed with the provided error