From 961321b4f4a82e971cc531e7ab8a794fc5ae85aa Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 18 Mar 2026 12:59:53 -0500 Subject: [PATCH] backport: kill "API response to send" --- sgx-bwmsgsv2.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/sgx-bwmsgsv2.rb b/sgx-bwmsgsv2.rb index 5c922ab008a10d4ba0b5560f8cea08eb44912e79..7005919f86d676a392fb2a4c62823346206261bc 100755 --- a/sgx-bwmsgsv2.rb +++ b/sgx-bwmsgsv2.rb @@ -373,9 +373,6 @@ module SGXbwmsgsv2 }.merge(head), body: body ).then { |http| - puts "API response to send: #{http.response} with code"\ - " response.code #{http.response_header.status}" - if code.include?(http.response_header.status) case respond_with when :body