From 12a0943d4b606ace42a132dabe31d3acb440cfc2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Oct 2019 20:37:55 +0000 Subject: [PATCH] Only show public key in debug --- inbox.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 21562b7aa..ec97c161c 100644 --- a/inbox.py +++ b/inbox.py @@ -1827,7 +1827,8 @@ def runInboxQueue(projectVersion: str, \ personCache,debug, \ projectVersion,httpPrefix,domain) if pubKey: - print('DEBUG: public key: '+str(pubKey)) + if debug: + print('DEBUG: public key: '+str(pubKey)) break if debug: