Don't include key in debug

merge-requests/30/head
Bob Mottram 2021-08-31 15:27:55 +01:00
parent a83c6594d0
commit 73a5182232
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ def _getJsonSigned(session, url: str, domainFull: str, sessionHeaders: {},
nickname = domain
# if debug:
print('Signed GET privateKeyPem: ' + signingPrivateKeyPem)
print('Signed GET nickname: ' + nickname)
print('Signed GET domain: ' + domain + ' ' + str(port))
print('Signed GET toDomain: ' + toDomain + ' ' + str(toPort))