From a6160fa32a0269bab5e95acebb6bce61f87e46c6 Mon Sep 17 00:00:00 2001 From: rrr-marble Date: Fri, 2 Jul 2021 09:46:05 +0300 Subject: [PATCH] msc: remove superfluous prints if db exists --- util/import_photos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/util/import_photos.py b/util/import_photos.py index 3ecaacf..55a7cac 100644 --- a/util/import_photos.py +++ b/util/import_photos.py @@ -81,7 +81,6 @@ def check_database(database_path: str): """ # db exists? if path.exists(database_path): - print("DB exists, updating", database_path) return # make one else: