diff --git a/etiquette/photodb.py b/etiquette/photodb.py index 2ba0f3b..be051cb 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -1074,7 +1074,7 @@ class PDBSQLMixin: if bindings is None: bindings = [] cur = self.sql.cursor() - # self.log.debug(f'{query} {bindings}') + self.log.loud(f'{query} {bindings}') cur.execute(query, bindings) return cur