bundles/docker-immich: remove leftover print statement
This commit is contained in:
parent
29799a1d33
commit
2b0e559f6c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if not container_ip:
|
||||||
logging.debug(f'{docker_networks=}')
|
logging.debug(f'{docker_networks=}')
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
print(f'{PSQL_HOST=} {container_ip=}')
|
logging.debug(f'{PSQL_HOST=} {container_ip=}')
|
||||||
|
|
||||||
conn = psycopg2.connect(
|
conn = psycopg2.connect(
|
||||||
dbname=PSQL_DB,
|
dbname=PSQL_DB,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue