From 0df6d89fcd038f063324915d062695a9e63f0f54 Mon Sep 17 00:00:00 2001 From: Alvaro Faundez Date: Thu, 8 Feb 2018 18:34:48 -0500 Subject: [PATCH] Remove unnecessary log line [skip ci] --- resources/plugin_install.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/plugin_install.rb b/resources/plugin_install.rb index d1dcecd..f229416 100644 --- a/resources/plugin_install.rb +++ b/resources/plugin_install.rb @@ -6,7 +6,6 @@ action :install do git_client 'default' - Chef::Log.info ::File.dirname(new_resource.node_build_root) directory ::File.dirname(new_resource.node_build_root) do owner new_resource.user if new_resource.user group new_resource.user if new_resource.user