remove printing of item

This commit is contained in:
2022-09-08 20:52:13 -04:00
parent 305d7f9019
commit 183aadf796

View File

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