bundles/docker-immich: remove leftover print statement

This commit is contained in:
Franzi 2025-05-06 18:35:31 +02:00
parent 29799a1d33
commit 2b0e559f6c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -33,7 +33,7 @@ if not container_ip:
logging.debug(f'{docker_networks=}')
exit(0)
print(f'{PSQL_HOST=} {container_ip=}')
logging.debug(f'{PSQL_HOST=} {container_ip=}')
conn = psycopg2.connect(
dbname=PSQL_DB,