removal print of secrets file path

This commit is contained in:
crp3844
2022-09-07 15:17:02 -04:00
parent d11baaff9c
commit d410ff8aad

View File

@@ -368,11 +368,12 @@ if __name__ == "__main__":
help="Output debug/verbose info to the console for troubleshooting."
)
opts, args = parser.parse_args(sys.argv[1:])
if opts.debug:
logger = build_logger(logging.DEBUG)
else:
logger = build_logger(logging.INFO)
print(pykmip_client_config_file)
client = client.ProxyKmipClient(config_file=pykmip_client_config_file)
client.open()
#print(encrypt(client, "test"))