Remove dupe debug
This commit is contained in:
parent
e3acc88441
commit
85d32849a0
1 changed files with 0 additions and 2 deletions
|
@ -107,8 +107,6 @@ class image_classifier:
|
|||
shutil.move(file, new_path)
|
||||
else:
|
||||
self._log.info(f"NOT moving file '{file}' to '{new_path}' because of --no-move")
|
||||
else:
|
||||
self._log.debug(f"The file '{file}' is not an image.")
|
||||
|
||||
def print_metadata(self):
|
||||
print("IPTC keys:")
|
||||
|
|
Loading…
Reference in a new issue