summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-08-09 16:29:23 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-08-09 16:49:17 -0700
commit45ee7fb78435bf29a9f3761b923dcb35684ea371 (patch)
tree080471060d72f450b6d93b341db75e378b0944f3
parent4852534e3a6d835949481cd7d6301d045f495872 (diff)
downloadohai-45ee7fb78435bf29a9f3761b923dcb35684ea371.tar.gz
cleaned up debug code
-rw-r--r--spec/unit/path/ohai_plugin_common.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/path/ohai_plugin_common.rb b/spec/unit/path/ohai_plugin_common.rb
index 890b8e40..77ffe55e 100644
--- a/spec/unit/path/ohai_plugin_common.rb
+++ b/spec/unit/path/ohai_plugin_common.rb
@@ -170,7 +170,6 @@ shared_context "cross platform data" do
if data.all? { |f| /command not found/ =~ f[:stderr] && f[:exit_status] == 127 }
cmd_not_found.add c
else
- puts "create_exe c: #{c}, path: #{path}, platform: #{platform}, arch: #{arch}, env: #{env}"
OhaiPluginCommon.create_exe c, path, platform, arch, env
end
end