fix: less debug output

This commit is contained in:
Michael Hinz 2026-02-12 15:50:23 +01:00
commit 658472902c

View file

@ -13,7 +13,6 @@ def read_config():
dbuser = config('DB_USER', 'test')
dbpass = config('DB_PASS', 'testpass')
master = config('DNS_MASTER', 'wile')
print(f"{zones=} {dbhost=} {dbport=} {dbuser=} {dbpass=} {dbdb=} {master=}")
return (zones,dbhost, dbport, dbuser, dbpass, dbdb, master)