summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 9b70082d4b..8fa8b01281 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -242,7 +242,6 @@ class Chef
def build_node
policy_builder.build_node
@run_status.node = node
- @run_status.events = events
node
end