Skip to content

Commit 21f7631

Browse files
committed
minor
1 parent f2d904c commit 21f7631

File tree

1 file changed

+0
-5
lines changed
  • services/catalog/src/simcore_service_catalog/repository

1 file changed

+0
-5
lines changed

services/catalog/src/simcore_service_catalog/repository/services.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,6 @@ async def list_latest_services(
411411
filters=filters,
412412
)
413413

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-
419414
async with self.db_engine.connect() as conn:
420415
result = await conn.execute(stmt_total)
421416
total_count = result.scalar() or 0

0 commit comments

Comments
 (0)