Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 1, 2024
1 parent 96e7cbf commit 3494e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/ee/danswer/server/tenants/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def create_tenant(
status_code=409, detail="User already belongs to an organization"
)

print(f"Ensuring schema exists for tenant {tenant_id}")
try:
if not ensure_schema_exists(tenant_id):
logger.info(f"Created schema for tenant {tenant_id}")
Expand Down

0 comments on commit 3494e1c

Please sign in to comment.