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: