From b68f4c2b8ba1e3370f78b33068031652bf4bf642 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 14 Mar 2020 12:06:50 -0700 Subject: [PATCH] removed OBE TODO --- osxphotos/photoinfo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/osxphotos/photoinfo.py b/osxphotos/photoinfo.py index 5477652e..39835440 100644 --- a/osxphotos/photoinfo.py +++ b/osxphotos/photoinfo.py @@ -521,9 +521,6 @@ class PhotoInfo: exiftool: (boolean, default = False); if True, will use exiftool to write metadata to export file returns the full path to the exported file """ - # TODO: add this docs: - # ( for jpeg in *.jpeg; do exiftool -v -json=$jpeg.json $jpeg; done ) - # list of all files exported during this call to export exported_files = []