Removed debug code
This commit is contained in:
parent
e738837101
commit
31efadd884
1 changed files with 0 additions and 3 deletions
|
|
@ -323,9 +323,6 @@ class CaptureObject(object):
|
|||
"""
|
||||
global EXIF_FORMATS
|
||||
|
||||
print(self.format)
|
||||
print(EXIF_FORMATS)
|
||||
|
||||
if self.format.upper() in EXIF_FORMATS and self.file_exists:
|
||||
logging.debug("Writing exif data to capture file")
|
||||
# Extract current Exif data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue