Skip to content

Commit e24e62a

Browse files
committed
Update libraries
1 parent 59cd4db commit e24e62a

File tree

3 files changed

+1552
-1408
lines changed

3 files changed

+1552
-1408
lines changed

backend/app/app/crud/base_crud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async def get_multi_paginated(
8787
query = select(self.model)
8888

8989
output = await paginate(db_session, query, params)
90-
print("output", output)
9190
return output
9291

9392
async def get_multi_paginated_ordered(

0 commit comments

Comments
 (0)