backport: kill "API response to send"

Stephen Paul Weber created

Change summary

sgx-bwmsgsv2.rb | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

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