Skip to content

Commit 2f74891

Browse files
authored
Update auth.py
1 parent 09f59eb commit 2f74891

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

quotientai/resources/auth.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ def authenticate(self):
1414
# Set the user_id if successful
1515
if response and isinstance(response, dict) and "user_id" in response:
1616
self._client._user = response["user_id"]
17-
print(f"✅ Authentication successful! User ID set to: {response['user_id']}")
18-
else:
19-
# Print what we got for debugging
20-
print(f"❌ Authentication response missing user_id. Response: {response}")
2117

2218
return response
2319

0 commit comments

Comments
 (0)