summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-09 22:55:50 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-09 22:55:50 -0700
commit869c01c0a5045ac251d4d9a360a309e1d07c5982 (patch)
tree27ec7ee12936b14fe3bbd9ea83768eed4034d021
parent8f60110bfa9485eb31e33df7c27e2646fb3bcc31 (diff)
downloadchef-snap.tar.gz
Remove debug puts from snap_packagesnap
No need for this here. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/provider/package/snap.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/package/snap.rb b/lib/chef/provider/package/snap.rb
index de723c5eb5..57ee1ed6c6 100644
--- a/lib/chef/provider/package/snap.rb
+++ b/lib/chef/provider/package/snap.rb
@@ -218,7 +218,6 @@ class Chef
waiting = true
while waiting
result = get_change_id(id)
- puts "STATUS: #{result["result"]["status"]}"
case result["result"]["status"]
when "Do", "Doing", "Undoing", "Undo"
# Continue