From 553eaa9b59683a6993c2c2fd9b458598d527c21e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 4 Feb 2023 16:56:51 -0500 Subject: [PATCH] remove warning message during normal operations --- scripts/images_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images_history.py b/scripts/images_history.py index 0298d73..267d061 100644 --- a/scripts/images_history.py +++ b/scripts/images_history.py @@ -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: