summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/runner.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/runner.rb b/lib/chef/runner.rb
index 1ece2f97c3..8c68554af5 100644
--- a/lib/chef/runner.rb
+++ b/lib/chef/runner.rb
@@ -134,7 +134,6 @@ class Chef
end
if run_context.resource_collection.unified_mode
- puts "HERE WE ARE!"
run_context.resource_collection.each { |r| r.resolve_notification_references(true) }
end