fix(thread-safety): lock disc_entries reads/writes in HookServer, remove debug logs

This commit is contained in:
2026-03-02 10:37:33 -05:00
parent eb293f3c96
commit 57efca4f9b
3 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,6 @@ class ApiHookClient:
def get_session(self) -> dict | None:
res = self._make_request('GET', '/api/session')
print(f"RAW SESSION RESPONSE: {res}")
return res
def get_mma_status(self) -> dict | None: