From 183aadf796d9490f6e067a4c577f08f6d63139fc Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Thu, 8 Sep 2022 20:52:13 -0400 Subject: [PATCH] remove printing of item --- bitwardenBackup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bitwardenBackup.py b/bitwardenBackup.py index a6ed3e9..778de52 100644 --- a/bitwardenBackup.py +++ b/bitwardenBackup.py @@ -476,7 +476,6 @@ if __name__ == "__main__": for item in bitwarden_items: logger.debug("Working on item {} ({})".format(item['name'], item['id'])) if "attachments" in item: - print(item) logger.debug("Found {} attachments".format(len(item['attachments']))) attachment_folder_name = os.path.join(script_directory, "attachments", item['name']) for attachment in item['attachments']: