diff --git a/pyghmi/redfish/oem/ami/megarac.py b/pyghmi/redfish/oem/ami/megarac.py index 95168058..28791baf 100644 --- a/pyghmi/redfish/oem/ami/megarac.py +++ b/pyghmi/redfish/oem/ami/megarac.py @@ -57,7 +57,6 @@ class OEMHandler(generic.OEMHandler): if status < 200 or status >= 300: raise Exception('Error establishing web session') - print(repr(rsp)) if 'CSRFToken' in rsp: self.csrftok = rsp['CSRFToken'] wc.set_header('X-CSRFTOKEN', self.csrftok)