1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Ouput of HTTP errors breaks monitor parsing

This commit is contained in:
Ruben S. Montero 2022-03-22 10:47:37 +01:00
parent 052192ebf0
commit dd801e2db0
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -80,8 +80,6 @@ class LinuxContainersMarket
return 0, response.body if response.is_a? Net::HTTPSuccess
puts response.code.to_i
puts response.msg
[response.code.to_i, response.msg]
end