summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Justice <jjustice6@bloomberg.net>2019-07-08 17:09:00 -0400
committerJoshua Justice <jjustice6@bloomberg.net>2019-07-10 15:28:38 -0400
commit132e7c76926401e4e43849a4e2d86d51c79d7eb7 (patch)
tree9fa6851730fadf6586653bd002d32436c628b4af
parentdfd516b6a84d38ba2464179d8ece03eb0b2a031d (diff)
downloadohai-132e7c76926401e4e43849a4e2d86d51c79d7eb7.tar.gz
Remove debug print
Signed-off-by: Joshua Justice <jjustice6@bloomberg.net>
-rw-r--r--lib/ohai/plugins/packages.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/packages.rb b/lib/ohai/plugins/packages.rb
index 3443617c..f0b73fb0 100644
--- a/lib/ohai/plugins/packages.rb
+++ b/lib/ohai/plugins/packages.rb
@@ -49,7 +49,6 @@ Ohai.plugin(:Packages) do
pkgs.each do |pkg|
name, epoch, version, release, installdate, arch = pkg.split
if packages[name]
- puts "we are in the special block with #{packages[name]}"
# We have more than one package with this exact name!
# Create an "versions" array for tracking all versions of packages with this name.
# The top-level package information will be the first one returned by rpm -qa,