From 440efb7cf974e6787c9f03d860a878fb4ee52c55 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 2 Feb 2022 14:43:17 -0800 Subject: [PATCH] Verified password, stop echo --- backplane-dns.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/backplane-dns.lisp b/backplane-dns.lisp index 6de3aa7..dc655fd 100644 --- a/backplane-dns.lisp +++ b/backplane-dns.lisp @@ -156,7 +156,6 @@ db-username db-password db-use-ssl) - (format t "Got XMPP password: ~A" xmpp-password) (let ((postmodern:*ignore-unknown-columns* t) (cl-postgres:*query-log* *standard-output*) (*dns-store* (make-instance 'backplane-dns-store:postgres-dns-store)))