From 3cf2264f4c2fee00fdb2a23a04028cd763703327 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 28 Nov 2024 11:35:39 +0200 Subject: [PATCH] Remove debug of secret --- nc_password_client/nc_password_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nc_password_client/nc_password_client.py b/nc_password_client/nc_password_client.py index 2f177e9..c9afa35 100755 --- a/nc_password_client/nc_password_client.py +++ b/nc_password_client/nc_password_client.py @@ -255,7 +255,6 @@ class NextcloudHandler: } item = collection.create_item('nc_password_client', attributes, self.encryption_pass) else: - print(self.encryption_pass) self.debug( { "action": "_get_encryption_pass_from_keyring",