summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-08-13 14:44:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-08-22 14:29:03 -0700
commit510555343fdd182be9a9870b036ed679c8ccc021 (patch)
treeffa76b0db7fd5d89e43990f57e142d65d5e23ebf
parent63d823aca8be64a8ea2af185347558777a1dc5e7 (diff)
downloadchef-lcg/unified-mode-backport.tar.gz
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 e50d2ce67b..e15fe10966 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