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']: