Only show public key in debug

main2
Bob Mottram 2019-10-29 20:37:55 +00:00
parent c1da8ffe8f
commit 12a0943d4b
1 changed files with 2 additions and 1 deletions

View File

@ -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: