mirror of https://gitlab.com/bashrc2/epicyon
Don't include key in debug
parent
a83c6594d0
commit
73a5182232
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue