Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouhaoJiang committed Jun 28, 2024
1 parent 2ad7ea1 commit e2352dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/services/dataset_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def get_datasets(page, per_page, provider="vendor", tenant_id=None, user=None, s
max_per_page=100,
error_out=False
)
print("================第一次", datasets.items, datasets.total)
# check datasets permission, assuming this function exists
if user and user.current_role != TenantAccountRole.DATASET_OPERATOR:
datasets.items, datasets.total = DatasetService.filter_datasets_by_permission(
Expand Down

0 comments on commit e2352dd

Please sign in to comment.