mirror of
https://opendev.org/x/pyghmi
synced 2026-06-15 08:10:46 +00:00
Remove stray debug output
Change-Id: I326fb4cc3f53fb1228b53139798f5895d62a99c7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user