We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d904c commit 21f7631Copy full SHA for 21f7631
services/catalog/src/simcore_service_catalog/repository/services.py
@@ -411,11 +411,6 @@ async def list_latest_services(
411
filters=filters,
412
)
413
414
- from simcore_postgres_database.utils import as_postgres_sql_query_str
415
-
416
- print(as_postgres_sql_query_str(stmt_total))
417
- print(as_postgres_sql_query_str(stmt_page))
418
419
async with self.db_engine.connect() as conn:
420
result = await conn.execute(stmt_total)
421
total_count = result.scalar() or 0
0 commit comments