chore: Remove extra print statements (#1975)

This commit is contained in:
Matthew Zhou
2024-11-03 19:56:26 -08:00
committed by GitHub
parent a3f26519c3
commit f0a6cb84de

View File

@@ -56,9 +56,6 @@ class OrganizationManager:
org = OrganizationModel(name=self.DEFAULT_ORG_NAME, id=self.DEFAULT_ORG_ID)
org.create(session)
print("AAAA", org)
print("BBBB", org.created_at)
return org.to_pydantic()
@enforce_types