remove warning message during normal operations

pull/14/head
Vladimir Mandic 2023-02-04 16:56:51 -05:00 committed by GitHub
parent 3e04890233
commit 553eaa9b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ def cache_exif(fileinfos):
json.dump(aes_cache, file)
cache_exif_end = time.time()
logger.warning(f"cache_exif: {new_exif}/{len(fileinfos)} cache_aes: {new_aes}/{len(fileinfos)} {round(cache_exif_end - cache_exif_start, 1)} seconds")
# logger.warning(f"cache_exif: {new_exif}/{len(fileinfos)} cache_aes: {new_aes}/{len(fileinfos)} {round(cache_exif_end - cache_exif_start, 1)} seconds")
def atof(text):
try: