Remove debug code

This commit is contained in:
Kyler Eastridge
2025-07-04 19:40:52 -04:00
parent 287facae9f
commit 3b8fe39530

View File

@@ -190,7 +190,5 @@ async def Login(username, password,
resp = await response.read()
# Log the pre-parsed result, just in case the server returns something funky
logger.debug(f"Received login reply: {resp}")
with open("/tmp/login.xml", "wb") as f:
f.write(resp)
return llsd.llsdDecode(resp, format="xml")