2
0
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:
Jarrod Johnson
2026-05-21 10:58:17 -04:00
parent 6d29fab225
commit d94448754b
-1
View File
@@ -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)