diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-11-10 11:38:51 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-11-10 11:38:51 -0800 |
commit | 4f13cd860f23c5a030a50ad9d92229341e790416 (patch) | |
tree | 5c7a472b0e981277d78ba8236cc576f7a08310d7 | |
parent | e1eb1f6391932fbc04d89d2dad5df5e279441060 (diff) | |
download | chef-4f13cd860f23c5a030a50ad9d92229341e790416.tar.gz |
Removing unecessary todo
-rw-r--r-- | lib/chef/event_dispatch/base.rb | 2 |
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 |